Symbol: inet6_test_bit
include/net/ipv6.h
362
.dontfrag = inet6_test_bit(DONTFRAG, sk),
include/net/xfrm.h
2284
return inet6_test_bit(DONTFRAG, sk);
net/core/sock.c
786
return inet6_test_bit(MC6_LOOP, sk);
net/ipv4/ping.c
585
(family == AF_INET6 && !inet6_test_bit(RECVERR6, sk))) {
net/ipv4/ping.c
911
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/af_inet6.c
535
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
511
if (inet6_test_bit(REPFLOW, sk)) {
net/ipv6/ip6_flowlabel.c
549
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
391
if (inet6_test_bit(RTALERT_ISOLATE, sk) &&
net/ipv6/ipv6_sockglue.c
1335
val = inet6_test_bit(MC6_LOOP, sk);
net/ipv6/ipv6_sockglue.c
1343
val = inet6_test_bit(MC6_ALL, sk);
net/ipv6/ipv6_sockglue.c
1355
val = inet6_test_bit(RECVERR6, sk);
net/ipv6/ipv6_sockglue.c
1359
val = inet6_test_bit(SNDFLOW, sk);
net/ipv6/ipv6_sockglue.c
1418
val = inet6_test_bit(DONTFRAG, sk);
net/ipv6/ipv6_sockglue.c
1430
val = inet6_test_bit(RTALERT, sk);
net/ipv6/ipv6_sockglue.c
1434
val = inet6_test_bit(RTALERT_ISOLATE, sk);
net/ipv6/ipv6_sockglue.c
1438
val = inet6_test_bit(RECVERR6_RFC4884, sk);
net/ipv6/mcast.c
645
return inet6_test_bit(MC6_ALL, sk);
net/ipv6/ping.c
92
if (inet6_test_bit(SNDFLOW, sk))
net/ipv6/raw.c
301
bool recverr = inet6_test_bit(RECVERR6, sk);
net/ipv6/raw.c
678
if (err == -ENOBUFS && !inet6_test_bit(RECVERR6, sk))
net/ipv6/raw.c
803
if (inet6_test_bit(SNDFLOW, sk)) {
net/ipv6/tcp_ipv6.c
1077
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
1344
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
1426
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
159
if (inet6_test_bit(SNDFLOW, sk)) {
net/ipv6/tcp_ipv6.c
1657
if (inet6_test_bit(REPFLOW, sk))
net/ipv6/tcp_ipv6.c
512
if (!sock_owned_by_user(sk) && inet6_test_bit(RECVERR6, sk)) {
net/ipv6/tcp_ipv6.c
553
if (inet6_test_bit(REPFLOW, sk) && ireq->pktopts)
net/ipv6/tcp_ipv6.c
774
np->rxopt.bits.rxohlim || inet6_test_bit(REPFLOW, sk_listener))) {
net/ipv6/udp.c
1444
if (err == -ENOBUFS && !inet6_test_bit(RECVERR6, sk)) {
net/ipv6/udp.c
1588
if (inet6_test_bit(SNDFLOW, sk)) {
net/ipv6/udp.c
1764
err = inet6_test_bit(RECVERR6, sk) ? net_xmit_errno(err) : 0;
net/ipv6/udp.c
770
if (!inet6_test_bit(RECVERR6, sk)) {
net/l2tp/l2tp_core.c
1128
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
300
if (inet6_test_bit(SNDFLOW, sk) &&