Home
last modified time | relevance | path

Searched refs:ixaflags (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c118 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_simple_v6() local
169 if (ixaflags & IXAF_SET_SOURCE) in ip_output_simple_v6()
237 if (!(ixaflags & IXAF_PMTU_DISCOVERY)) { in ip_output_simple_v6()
274 if (ixaflags & IXAF_SET_SOURCE) { in ip_output_simple_v6()
300 } else if (ixaflags & IXAF_VERIFY_SOURCE) { in ip_output_simple_v6()
318 if (!(ixaflags & (IXAF_NO_IPSEC|IXAF_IPSEC_SECURE))) { in ip_output_simple_v6()
577 iaflags_t ixaflags = ixa->ixa_flags; in ire_send_multicast_v6() local
583 if (ixaflags & IXAF_MULTIRT_MULTICAST) in ire_send_multicast_v6()
611 !(ixaflags & IXAF_DONTROUTE)) { in ire_send_multicast_v6()
613 } else if (ixaflags & IXAF_MULTICAST_LOOP) { in ire_send_multicast_v6()
[all …]
H A Dip_output.c139 iaflags_t ixaflags = ixa->ixa_flags; in conn_ip_output() local
170 if (ixaflags & IXAF_REACH_CONF) in conn_ip_output()
340 if ((ixaflags & IXAF_VERIFY_SOURCE) && in conn_ip_output()
380 if (ixaflags & IXAF_IS_IPV4) { in conn_ip_output()
817 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_simple_v4() local
866 if (ixaflags & IXAF_SET_SOURCE) in ip_output_simple_v4()
933 if (!(ixaflags & IXAF_PMTU_DISCOVERY)) { in ip_output_simple_v4()
970 if (ixaflags & IXAF_SET_SOURCE) { in ip_output_simple_v4()
996 } else if (ixaflags & IXAF_VERIFY_SOURCE) { in ip_output_simple_v4()
1015 if (!(ixaflags & (IXAF_NO_IPSEC|IXAF_IPSEC_SECURE))) { in ip_output_simple_v4()
[all …]
H A Dip_ftable.c1073 iaflags_t ixaflags = ixa->ixa_flags; in ip_select_route() local
1105 } else if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route()
1190 if (ixa->ixa_ifindex != 0 || (ixaflags & IXAF_SCOPEID_SET)) { in ip_select_route()
1191 if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route()
1256 if (ixaflags & IXAF_NEXTHOP_SET) { in ip_select_route()
1269 if (ixaflags & (IXAF_DONTROUTE|IXAF_NEXTHOP_SET)) { in ip_select_route()
H A Dip_input.c1126 iaflags_t ixaflags; in ip_forward_xmit_v4() local
1181 ixaflags = IXAF_IS_IPV4 | IXAF_NO_DEV_FLOW_CTL; in ip_forward_xmit_v4()
1216 (void) ip_fragment_v4(mp, nce, ixaflags, pkt_len, mtu, in ip_forward_xmit_v4()
1228 ixaflags | IXAF_LOOPBACK_COPY, in ip_forward_xmit_v4()
1231 (void) ip_xmit(mp, nce, ixaflags, pkt_len, ira->ira_xmit_hint, in ip_forward_xmit_v4()
H A Dip_ndp.c3103 iaflags_t ixaflags = IXAF_NO_TRACE; in nce_resolv_ok() local
3131 ixaflags |= IXAF_IS_IPV4; in nce_resolv_ok()
3164 (void) ip_xmit(mp, nce, ixaflags, pkt_len, 0, in nce_resolv_ok()
5238 iaflags_t ixaflags = IXAF_NO_TRACE; in nce_resolv_ipmp_ok() local
5270 ixaflags |= IXAF_IS_IPV4; in nce_resolv_ipmp_ok()
5327 (void) ip_xmit(mp, under_nce, ixaflags, pkt_len, 0, in nce_resolv_ipmp_ok()
H A Dip.c11687 ip_fragment_v4(mblk_t *mp_orig, nce_t *nce, iaflags_t ixaflags, in ip_fragment_v4() argument
11795 error = postfragfn(mp, nce, ixaflags, i1, xmit_hint, szone, nolzid, in ip_fragment_v4()
11807 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v4()
11909 error = postfragfn(mp, nce, ixaflags, ip_len, xmit_hint, szone, in ip_fragment_v4()
12220 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_post_ipsec() local
12225 if (ixaflags & IXAF_IS_IPV4) { in ip_output_post_ipsec()
12256 if (ixaflags & IXAF_IS_IPV4) { in ip_output_post_ipsec()
14499 ip_xmit(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, in ip_xmit() argument
14524 if (ixaflags & IXAF_NO_TRACE) in ip_xmit()
14527 if (ixaflags & IXAF_IS_IPV4) { in ip_xmit()
[all …]
H A Dip6.c4003 ip_fragment_v6(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, in ip_fragment_v6() argument
4187 error = postfragfn(hmp0, nce, ixaflags, in ip_fragment_v6()
4200 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v6()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c465 iaflags_t ixaflags = connp->conn_ixa->ixa_flags; in tcp_fuse_output() local
517 if (ixaflags & IXAF_IS_IPV4) { in tcp_fuse_output()
518 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) || in tcp_fuse_output()
525 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) || in tcp_fuse_output()
558 ip_hdr_len = (ixaflags & IXAF_IS_IPV4) ? in tcp_fuse_output()
H A Dtcp.c2503 iaflags_t ixaflags; in tcp_update_pmtu() local
2516 ixaflags = ixa->ixa_flags; in tcp_update_pmtu()
2560 ixaflags |= IXAF_PMTU_TOO_SMALL; in tcp_update_pmtu()
2562 if (ixaflags & IXAF_PMTU_TOO_SMALL) in tcp_update_pmtu()
2563 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in tcp_update_pmtu()
2566 !(ixaflags & IXAF_PMTU_IPV4_DF)) { in tcp_update_pmtu()
2569 ixa->ixa_flags = ixaflags; in tcp_update_pmtu()