Searched refs:hdrincl (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | raw.c | 276 if (inet->hdrincl) in raw_err() 513 int hdrincl; in raw_sendmsg() local 523 hdrincl = inet->hdrincl; in raw_sendmsg() 524 hdrincl = READ_ONCE(hdrincl); in raw_sendmsg() 594 if (hdrincl) in raw_sendmsg() 629 hdrincl ? IPPROTO_RAW : sk->sk_protocol, in raw_sendmsg() 631 (hdrincl ? FLOWI_FLAG_KNOWN_NH : 0), in raw_sendmsg() 634 if (!hdrincl) { in raw_sendmsg() 659 if (hdrincl) in raw_sendmsg()
|
D | inet_diag.c | 188 inet_sockopt.hdrincl = inet->hdrincl; in inet_diag_msg_attrs_fill()
|
D | ip_sockglue.c | 1059 inet->hdrincl = val ? 1 : 0; in do_ip_setsockopt() 1605 val = inet->hdrincl; in do_ip_getsockopt()
|
D | af_inet.c | 338 inet->hdrincl = 1; in inet_create()
|
D | route.c | 553 prot = inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol; in __build_flow_key() 587 inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
|
D | ip_output.c | 1354 if (inet->hdrincl) in ip_append_page()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | raw.c | 350 if (!inet->hdrincl) in rawv6_err() 444 if (inet->hdrincl) { in rawv6_rcv() 786 int hdrincl; in rawv6_sendmsg() local 804 hdrincl = inet->hdrincl; in rawv6_sendmsg() 805 hdrincl = READ_ONCE(hdrincl); in rawv6_sendmsg() 901 if (!hdrincl) { in rawv6_sendmsg() 924 if (hdrincl) in rawv6_sendmsg() 947 if (hdrincl) in rawv6_sendmsg() 1037 inet_sk(sk)->hdrincl = !!val; in do_rawv6_setsockopt() 1105 val = inet_sk(sk)->hdrincl; in do_rawv6_getsockopt()
|
D | af_inet6.c | 199 inet->hdrincl = 1; in inet6_create()
|
/kernel/linux/linux-5.10/include/net/ |
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/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | inet_diag.h | 152 …__u8 recverr : 1, is_icsk : 1, freebind : 1, hdrincl : 1, mc_loop : 1, transparent : 1, mc_all : 1… member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | inet_diag.h | 193 hdrincl:1, member
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | af_ninet.c | 155 inet->hdrincl = 1; in ninet_create()
|