Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_sock.h235 #define IP_CMSG_RECVFRAGSIZE BIT(8) macro
/Linux-v4.19/net/ipv4/
Dip_sockglue.c239 if (flags & IP_CMSG_RECVFRAGSIZE) in ip_cmsg_recv_offset()
741 inet->cmsg_flags |= IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
743 inet->cmsg_flags &= ~IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1385 val = (inet->cmsg_flags & IP_CMSG_RECVFRAGSIZE) != 0; in do_ip_getsockopt()