Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_sock.h274 #define IP_CMSG_PKTINFO BIT(INET_FLAGS_PKTINFO) macro
284 #define IP_CMSG_ALL (IP_CMSG_PKTINFO | IP_CMSG_TTL | \
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c180 if (flags & IP_CMSG_PKTINFO) { in ip_cmsg_recv_offset()
183 flags &= ~IP_CMSG_PKTINFO; in ip_cmsg_recv_offset()