Home
last modified time | relevance | path

Searched refs:IP_CMSG_RECVFRAGSIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Dinet_sock.h282 #define IP_CMSG_RECVFRAGSIZE BIT(INET_FLAGS_RECVFRAGSIZE) macro
288 IP_CMSG_RECVFRAGSIZE)
/kernel/linux/linux-5.10/include/net/
H A Dinet_sock.h267 #define IP_CMSG_RECVFRAGSIZE BIT(8) macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_sockglue.c237 if (flags & IP_CMSG_RECVFRAGSIZE) in ip_cmsg_recv_offset()
1047 inet->cmsg_flags |= IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1049 inet->cmsg_flags &= ~IP_CMSG_RECVFRAGSIZE; in do_ip_setsockopt()
1598 val = (inet->cmsg_flags & IP_CMSG_RECVFRAGSIZE) != 0; in do_ip_getsockopt()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_sockglue.c239 if (flags & IP_CMSG_RECVFRAGSIZE) in ip_cmsg_recv_offset()

Completed in 6 milliseconds