Symbol: IXAF_DONTFRAG
usr/src/uts/common/inet/ip/conn_opt.c
1450
ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);
usr/src/uts/common/inet/ip/conn_opt.c
1453
ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);
usr/src/uts/common/inet/ip/conn_opt.c
1999
ixa->ixa_flags |= IXAF_DONTFRAG;
usr/src/uts/common/inet/ip/conn_opt.c
2002
ixa->ixa_flags &= ~IXAF_DONTFRAG;
usr/src/uts/common/inet/ip/conn_opt.c
759
*i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0;
usr/src/uts/common/inet/ip/conn_opt.c
974
*i1 = (ixa->ixa_flags & IXAF_DONTFRAG) != 0;
usr/src/uts/common/inet/ip/icmp.c
3105
ixa->ixa_flags |= (IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);
usr/src/uts/common/inet/ip/icmp.c
3107
ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);
usr/src/uts/common/inet/ip/ip.c
3769
if (ixa->ixa_flags & (IXAF_PMTU_DISCOVERY | IXAF_DONTFRAG)) {
usr/src/uts/common/inet/ip/ip6_output.c
1059
(ixaflags & IXAF_DONTFRAG)) {
usr/src/uts/common/inet/ip/ip_ftable.c
607
ixas.ixa_flags = IXAF_NO_IPSEC | IXAF_DONTFRAG | IXAF_NO_PFHOOK;
usr/src/uts/common/inet/ip/ip_output.c
2006
(ixaflags & IXAF_DONTFRAG)) {
usr/src/uts/common/inet/iptun/iptun.c
1763
ixa->ixa_flags &= ~IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
1765
ixa->ixa_flags |= IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
1815
ixa->ixa_flags &= ~IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
1817
ixa->ixa_flags |= IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
2960
ixa->ixa_flags &= ~IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
2963
ixa->ixa_flags |= IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
3089
ixa->ixa_flags &= ~IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
3091
ixa->ixa_flags |= IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
3371
iaflags_t dontfrag = ixa->ixa_flags & IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
3442
ixa->ixa_flags &= ~IXAF_DONTFRAG;
usr/src/uts/common/inet/iptun/iptun.c
794
ixa->ixa_flags |= IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF;
usr/src/uts/common/inet/sctp/sctp.c
1027
ixa->ixa_flags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);
usr/src/uts/common/inet/tcp/tcp.c
2563
ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);