Home
last modified time | relevance | path

Searched refs:SO_EE_ORIGIN_LOCAL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Derrqueue.h18 #define SO_EE_ORIGIN_LOCAL 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Derrqueue.h18 #define SO_EE_ORIGIN_LOCAL 1 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Derrqueue.h29 #define SO_EE_ORIGIN_LOCAL 1 macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Ddatagram.c362 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ipv6_local_error()
420 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv6_datagram_support_addr()
436 if (serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL) in ip6_datagram_support_cmsg()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dpeer_event.c268 case SO_EE_ORIGIN_LOCAL: in rxrpc_store_error()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_sockglue.c458 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in ip_local_error()
480 serr->ee.ee_origin == SO_EE_ORIGIN_LOCAL || serr->port; in ipv4_datagram_support_addr()
497 if (ee_origin == SO_EE_ORIGIN_LOCAL) in ipv4_datagram_support_cmsg()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c185 case SO_EE_ORIGIN_LOCAL: in flush_cmsg()
/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dsocket.c994 serr->ee.ee_origin = SO_EE_ORIGIN_LOCAL; in j1939_sk_errqueue()