/kernel/linux/linux-5.10/net/ipv4/ |
H A D | raw.c | 276 if (inet->hdrincl) in raw_err() 513 int hdrincl; in raw_sendmsg() local 519 /* hdrincl should be READ_ONCE(inet->hdrincl) in raw_sendmsg() 523 hdrincl = inet->hdrincl; in raw_sendmsg() 524 hdrincl = READ_ONCE(hdrincl); in raw_sendmsg() 563 if (hdrincl) in raw_sendmsg() 597 if (hdrincl) in raw_sendmsg() [all...] |
H A D | inet_diag.c | 188 inet_sockopt.hdrincl = inet->hdrincl; in inet_diag_msg_attrs_fill()
|
H A D | ip_output.c | 1354 if (inet->hdrincl) in ip_append_page() 1574 if (sk->sk_type == SOCK_RAW && !inet_sk(sk)->hdrincl) in __ip_make_skb()
|
H A D | ip_sockglue.c | 1066 inet->hdrincl = val ? 1 : 0; in do_ip_setsockopt() 1612 val = inet->hdrincl; in do_ip_getsockopt()
|
H A D | route.c | 554 prot = inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol; in __build_flow_key() 588 inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
|
H A D | af_inet.c | 344 inet->hdrincl = 1; in inet_create()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | raw.c | 350 if (!inet->hdrincl) in rawv6_err() 444 if (inet->hdrincl) { in rawv6_rcv() 786 int hdrincl; in rawv6_sendmsg() local 800 /* hdrincl should be READ_ONCE(inet->hdrincl) in rawv6_sendmsg() 804 hdrincl = inet->hdrincl; in rawv6_sendmsg() 805 hdrincl = READ_ONCE(hdrincl); in rawv6_sendmsg() 902 if (!hdrincl) { in rawv6_sendmsg() [all...] |
H A D | af_inet6.c | 209 inet->hdrincl = 1; in inet6_create()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | raw.c | 489 int hdrincl; in raw_sendmsg() local 495 hdrincl = inet_test_bit(HDRINCL, sk); in raw_sendmsg() 535 if (hdrincl) in raw_sendmsg() 569 if (hdrincl) in raw_sendmsg() 602 hdrincl ? ipc.protocol : sk->sk_protocol, in raw_sendmsg() 604 (hdrincl ? FLOWI_FLAG_KNOWN_NH : 0), in raw_sendmsg() 607 if (!hdrincl) { in raw_sendmsg() 632 if (hdrincl) in raw_sendmsg()
|
H A D | inet_diag.c | 188 inet_sockopt.hdrincl = inet_test_bit(HDRINCL, sk); in inet_diag_msg_attrs_fill()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_sock.h | 235 hdrincl:1, member 360 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | inet_diag.h | 193 hdrincl:1, member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | inet_diag.h | 193 hdrincl:1, member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | inet_diag.h | 152 __u8 recverr : 1, is_icsk : 1, freebind : 1, hdrincl : 1, mc_loop : 1, transparent : 1, mc_all : 1, nodefrag : 1; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | inet_diag.h | 152 __u8 recverr : 1, is_icsk : 1, freebind : 1, hdrincl : 1, mc_loop : 1, transparent : 1, mc_all : 1, nodefrag : 1; member
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | raw.c | 750 int hdrincl; in rawv6_sendmsg() local 764 hdrincl = inet_test_bit(HDRINCL, sk); in rawv6_sendmsg() 861 if (!hdrincl) { in rawv6_sendmsg() 884 if (hdrincl) in rawv6_sendmsg() 907 if (hdrincl) in rawv6_sendmsg()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | af_ninet.c | 203 inet->hdrincl = 1; in ninet_create()
|