Searched refs:hdrincl (Results 1 – 10 of 10) sorted by relevance
276 if (inet->hdrincl) in raw_err()513 int hdrincl; in raw_sendmsg() local523 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()
188 inet_sockopt.hdrincl = inet->hdrincl; in inet_diag_msg_attrs_fill()
1061 inet->hdrincl = val ? 1 : 0; in do_ip_setsockopt()1614 val = inet->hdrincl; in do_ip_getsockopt()
334 inet->hdrincl = 1; in inet_create()
1329 if (inet->hdrincl) in ip_append_page()
513 prot = inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol; in __build_flow_key()547 inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
350 if (!inet->hdrincl) in rawv6_err()444 if (inet->hdrincl) { in rawv6_rcv()782 int hdrincl; in rawv6_sendmsg() local800 hdrincl = inet->hdrincl; in rawv6_sendmsg()801 hdrincl = READ_ONCE(hdrincl); in rawv6_sendmsg()897 if (!hdrincl) { in rawv6_sendmsg()920 if (hdrincl) in rawv6_sendmsg()943 if (hdrincl) in rawv6_sendmsg()1033 inet_sk(sk)->hdrincl = !!val; in do_rawv6_setsockopt()1101 val = inet_sk(sk)->hdrincl; in do_rawv6_getsockopt()
200 inet->hdrincl = 1; in inet6_create()
221 hdrincl:1, member346 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags()
193 hdrincl:1, member
Completed in 28 milliseconds