Home
last modified time | relevance | path

Searched refs:IP_CMSG_RECVFRAGSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/net/ !
Dinet_sock.h266 #define IP_CMSG_RECVFRAGSIZE BIT(8) macro
/linux-6.1.9/net/ipv4/ !
Dip_sockglue.c237 if (flags & IP_CMSG_RECVFRAGSIZE) in ip_cmsg_recv_offset()
1042 inet->cmsg_flags |= IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1044 inet->cmsg_flags &= ~IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1605 val = (inet->cmsg_flags & IP_CMSG_RECVFRAGSIZE) != 0; in do_ip_getsockopt()