Symbol: inet6_test_bit
include/net/ipv6.h
365
.dontfrag = inet6_test_bit(DONTFRAG, sk),
include/net/xfrm.h
2340
return inet6_test_bit(DONTFRAG, sk);
net/core/sock.c
779
return inet6_test_bit(MC6_LOOP, sk);
net/ipv4/ping.c
579
(family == AF_INET6 && !inet6_test_bit(RECVERR6, sk))) {
net/ipv4/ping.c
901
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/af_inet6.c
527
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/datagram.c
168
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/datagram.c
313
if (!inet6_test_bit(RECVERR6, sk))
net/ipv6/datagram.c
336
if (inet6_test_bit(RECVERR6_RFC4884, sk))
net/ipv6/datagram.c
352
if (!inet6_test_bit(RECVERR6, sk))
net/ipv6/datagram.c
496
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/datagram.c
83
if (inet6_test_bit(SNDFLOW, sk) &&
net/ipv6/ip6_flowlabel.c
519
if (inet6_test_bit(REPFLOW, sk)) {
net/ipv6/ip6_flowlabel.c
557
if (!inet6_test_bit(REPFLOW, sk))
net/ipv6/ip6_output.c
257
if (!inet6_test_bit(AUTOFLOWLABEL_SET, sk))
net/ipv6/ip6_output.c
259
return inet6_test_bit(AUTOFLOWLABEL, sk);
net/ipv6/ip6_output.c
412
if (inet6_test_bit(RTALERT_ISOLATE, sk) &&
net/ipv6/ipv6_sockglue.c
1326
val = inet6_test_bit(MC6_LOOP, sk);
net/ipv6/ipv6_sockglue.c
1334
val = inet6_test_bit(MC6_ALL, sk);
net/ipv6/ipv6_sockglue.c
1346
val = inet6_test_bit(RECVERR6, sk);
net/ipv6/ipv6_sockglue.c
1350
val = inet6_test_bit(SNDFLOW, sk);
net/ipv6/ipv6_sockglue.c
1409
val = inet6_test_bit(DONTFRAG, sk);
net/ipv6/ipv6_sockglue.c
1421
val = inet6_test_bit(RTALERT, sk);
net/ipv6/ipv6_sockglue.c
1425
val = inet6_test_bit(RTALERT_ISOLATE, sk);
net/ipv6/ipv6_sockglue.c
1429
val = inet6_test_bit(RECVERR6_RFC4884, sk);
net/ipv6/mcast.c
645
return inet6_test_bit(MC6_ALL, sk);
net/ipv6/ping.c
91
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/raw.c
301
bool recverr = inet6_test_bit(RECVERR6, sk);
net/ipv6/raw.c
679
if (err == -ENOBUFS && !inet6_test_bit(RECVERR6, sk))
net/ipv6/raw.c
804
if (inet6_test_bit(SNDFLOW, sk)) {
net/ipv6/tcp_ipv6.c
1111
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
1378
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
1460
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
159
if (inet6_test_bit(SNDFLOW, sk)) {
net/ipv6/tcp_ipv6.c
1692
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
537
if (!sock_owned_by_user(sk) && inet6_test_bit(RECVERR6, sk)) {
net/ipv6/tcp_ipv6.c
578
if (inet6_test_bit(REPFLOW, sk) && ireq->pktopts)
net/ipv6/tcp_ipv6.c
799
np->rxopt.bits.rxohlim || inet6_test_bit(REPFLOW, sk_listener))) {
net/ipv6/udp.c
1425
if (err == -ENOBUFS && !inet6_test_bit(RECVERR6, sk)) {
net/ipv6/udp.c
1565
if (inet6_test_bit(SNDFLOW, sk)) {
net/ipv6/udp.c
1742
err = inet6_test_bit(RECVERR6, sk) ? net_xmit_errno(err) : 0;
net/ipv6/udp.c
759
if (!inet6_test_bit(RECVERR6, sk)) {
net/l2tp/l2tp_core.c
1129
if (inet6_test_bit(RECVERR6, sk))
net/l2tp/l2tp_ip6.c
464
if (inet6_test_bit(SNDFLOW, sk))
net/l2tp/l2tp_ip6.c
561
if (inet6_test_bit(SNDFLOW, sk)) {
net/sctp/ipv6.c
152
if (!sock_owned_by_user(sk) && inet6_test_bit(RECVERR6, sk)) {
net/sctp/ipv6.c
302
if (inet6_test_bit(SNDFLOW, sk) &&