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.c117 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_simple_v6() local
168 if (ixaflags & IXAF_SET_SOURCE) in ip_output_simple_v6()
273 if (ixaflags & IXAF_SET_SOURCE) { in ip_output_simple_v6()
575 iaflags_t ixaflags = ixa->ixa_flags; in ire_send_multicast_v6() local
609 !(ixaflags & IXAF_DONTROUTE)) { in ire_send_multicast_v6()
959 iaflags_t ixaflags = ixa->ixa_flags; in ire_send_wire_v6() local
981 if (ixaflags & IXAF_DONTROUTE) in ire_send_wire_v6()
1028 if (ixaflags & IXAF_IPSEC_SECURE) in ire_send_wire_v6()
1045 ixaflags &= ~IXAF_SET_ULP_CKSUM; in ire_send_wire_v6()
1063 (ixaflags & IXAF_DONTFRAG)) { in ire_send_wire_v6()
[all …]
H A Dip_output.c138 iaflags_t ixaflags = ixa->ixa_flags; in conn_ip_output() local
169 if (ixaflags & IXAF_REACH_CONF) in conn_ip_output()
379 if (ixaflags & IXAF_IS_IPV4) { in conn_ip_output()
865 if (ixaflags & IXAF_SET_SOURCE) in ip_output_simple_v4()
969 if (ixaflags & IXAF_SET_SOURCE) { in ip_output_simple_v4()
1848 if (ixaflags & IXAF_DONTROUTE) in ire_send_wire_v4()
2085 if (ixaflags & IXAF_IS_IPV4) in ip_postfrag_loopback()
2100 if (ixaflags & IXAF_IS_IPV4) { in ip_postfrag_loopback()
2172 if (ixaflags & IXAF_IS_IPV4) { in ip_postfrag_loopcheck()
2230 ASSERT(ixaflags & IXAF_IS_IPV4); in ip_postfrag_multirt_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.c1124 iaflags_t ixaflags; in ip_forward_xmit_v4() local
1179 ixaflags = IXAF_IS_IPV4 | IXAF_NO_DEV_FLOW_CTL; in ip_forward_xmit_v4()
1214 (void) ip_fragment_v4(mp, nce, ixaflags, pkt_len, mtu, in ip_forward_xmit_v4()
1226 ixaflags | IXAF_LOOPBACK_COPY, in ip_forward_xmit_v4()
1229 (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.c11788 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v4()
12201 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_post_ipsec() local
12206 if (ixaflags & IXAF_IS_IPV4) { in ip_output_post_ipsec()
12237 if (ixaflags & IXAF_IS_IPV4) { in ip_output_post_ipsec()
14496 if (ixaflags & IXAF_NO_TRACE) in ip_xmit()
14499 if (ixaflags & IXAF_IS_IPV4) { in ip_xmit()
14505 !(ixaflags & IXAF_NO_PFHOOK)) { in ip_xmit()
14547 !(ixaflags & IXAF_NO_PFHOOK)) { in ip_xmit()
14613 if (ixaflags & IXAF_NO_DEV_FLOW_CTL) { in ip_xmit()
14629 if (!(ixaflags & IXAF_NO_DEV_FLOW_CTL) && 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.c454 iaflags_t ixaflags = connp->conn_ixa->ixa_flags; in tcp_fuse_output() local
496 if (ixaflags & IXAF_IS_IPV4) { in tcp_fuse_output()
497 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) || in tcp_fuse_output()
504 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) || in tcp_fuse_output()
537 ip_hdr_len = (ixaflags & IXAF_IS_IPV4) ? in tcp_fuse_output()
H A Dtcp.c2488 iaflags_t ixaflags; in tcp_update_pmtu() local
2501 ixaflags = ixa->ixa_flags; in tcp_update_pmtu()
2545 ixaflags |= IXAF_PMTU_TOO_SMALL; in tcp_update_pmtu()
2547 if (ixaflags & IXAF_PMTU_TOO_SMALL) in tcp_update_pmtu()
2548 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in tcp_update_pmtu()
2551 !(ixaflags & IXAF_PMTU_IPV4_DF)) { in tcp_update_pmtu()
2554 ixa->ixa_flags = ixaflags; in tcp_update_pmtu()