Searched refs:SO_EE_ORIGIN_ICMP (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Derrqueue.h30 #define SO_EE_ORIGIN_ICMP 2 macro
/linux-master/net/rxrpc/
H A Dpeer_event.c50 case SO_EE_ORIGIN_ICMP:
76 case SO_EE_ORIGIN_ICMP:
157 if ((serr->ee.ee_origin == SO_EE_ORIGIN_ICMP &&
191 case SO_EE_ORIGIN_ICMP:
/linux-master/net/ipv6/
H A Ddatagram.c425 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP ||
438 if (serr->ee.ee_origin == SO_EE_ORIGIN_ICMP ||
/linux-master/net/ipv4/
H A Dip_sockglue.c423 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP;
486 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP ||
501 if (ee_origin == SO_EE_ORIGIN_ICMP)
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c171 case SO_EE_ORIGIN_ICMP:
/linux-master/net/core/
H A Dskbuff.c5307 return skb && (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP ||

Completed in 138 milliseconds