Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Derrqueue.h30 #define SO_EE_ORIGIN_ICMP 2 macro
/Linux-v6.1/net/rxrpc/
Dpeer_event.c234 ee.ee_origin = SO_EE_ORIGIN_ICMP; in rxrpc_encap_err_rcv()
292 case SO_EE_ORIGIN_ICMP: in rxrpc_lookup_peer_local_rcu()
321 case SO_EE_ORIGIN_ICMP: in rxrpc_lookup_peer_local_rcu()
449 case SO_EE_ORIGIN_ICMP: in rxrpc_store_error()
/Linux-v6.1/net/ipv6/
Ddatagram.c419 serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv6_datagram_support_addr()
432 if (serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ip6_datagram_support_cmsg()
/Linux-v6.1/net/ipv4/
Dip_sockglue.c416 serr->ee.ee_origin = SO_EE_ORIGIN_ICMP; in ip_icmp_error()
479 return serr->ee.ee_origin == SO_EE_ORIGIN_ICMP || in ipv4_datagram_support_addr()
494 if (ee_origin == SO_EE_ORIGIN_ICMP) in ipv4_datagram_support_cmsg()
/Linux-v6.1/tools/testing/selftests/net/
Dudpgso_bench_tx.c170 case SO_EE_ORIGIN_ICMP: in flush_cmsg()
/Linux-v6.1/net/core/
Dskbuff.c4812 return skb && (SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_ICMP || in is_icmp_err_skb()