Home
last modified time | relevance | path

Searched refs:hdrincl (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Draw.c253 if (inet->hdrincl) in raw_err()
488 int hdrincl; in raw_sendmsg() local
498 hdrincl = inet->hdrincl; in raw_sendmsg()
499 hdrincl = READ_ONCE(hdrincl); in raw_sendmsg()
569 if (hdrincl) in raw_sendmsg()
604 hdrincl ? IPPROTO_RAW : sk->sk_protocol, in raw_sendmsg()
606 (hdrincl ? FLOWI_FLAG_KNOWN_NH : 0), in raw_sendmsg()
609 if (!hdrincl) { in raw_sendmsg()
634 if (hdrincl) in raw_sendmsg()
A Dinet_diag.c188 inet_sockopt.hdrincl = inet->hdrincl; in inet_diag_msg_attrs_fill()
A Dip_sockglue.c1063 inet->hdrincl = val ? 1 : 0; in do_ip_setsockopt()
1635 val = inet->hdrincl; in do_ip_getsockopt()
A Daf_inet.c334 inet->hdrincl = 1; in inet_create()
A Droute.c524 prot = inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol; in __build_flow_key()
558 inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
A Dip_output.c1362 if (inet->hdrincl) in ip_append_page()
/linux-6.3-rc2/net/ipv6/
A Draw.c321 if (!inet->hdrincl) in rawv6_err()
412 if (inet->hdrincl) { in rawv6_rcv()
754 int hdrincl; in rawv6_sendmsg() local
772 hdrincl = inet->hdrincl; in rawv6_sendmsg()
773 hdrincl = READ_ONCE(hdrincl); in rawv6_sendmsg()
869 if (!hdrincl) { in rawv6_sendmsg()
892 if (hdrincl) in rawv6_sendmsg()
915 if (hdrincl) in rawv6_sendmsg()
1005 inet_sk(sk)->hdrincl = !!val; in do_rawv6_setsockopt()
1073 val = inet_sk(sk)->hdrincl; in do_rawv6_getsockopt()
A Daf_inet6.c208 inet->hdrincl = 1; in inet6_create()
/linux-6.3-rc2/include/net/
A Dinet_sock.h234 hdrincl:1, member
368 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags()
/linux-6.3-rc2/include/uapi/linux/
A Dinet_diag.h193 hdrincl:1, member

Completed in 31 milliseconds