/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip6_output.c | 115 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_simple_v6() local 166 if (ixaflags & IXAF_SET_SOURCE) in ip_output_simple_v6() 234 if (!(ixaflags & IXAF_PMTU_DISCOVERY)) { in ip_output_simple_v6() 271 if (ixaflags & IXAF_SET_SOURCE) { in ip_output_simple_v6() 297 } else if (ixaflags & IXAF_VERIFY_SOURCE) { in ip_output_simple_v6() 315 if (!(ixaflags & (IXAF_NO_IPSEC|IXAF_IPSEC_SECURE))) { in ip_output_simple_v6() 573 iaflags_t ixaflags = ixa->ixa_flags; in ire_send_multicast_v6() local 579 if (ixaflags & IXAF_MULTIRT_MULTICAST) in ire_send_multicast_v6() 607 !(ixaflags & IXAF_DONTROUTE)) { in ire_send_multicast_v6() 609 } else if (ixaflags & IXAF_MULTICAST_LOOP) { in ire_send_multicast_v6() [all …]
|
H A D | ip_output.c | 137 iaflags_t ixaflags = ixa->ixa_flags; in conn_ip_output() local 168 if (ixaflags & IXAF_REACH_CONF) in conn_ip_output() 338 if ((ixaflags & IXAF_VERIFY_SOURCE) && in conn_ip_output() 378 if (ixaflags & IXAF_IS_IPV4) { in conn_ip_output() 814 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_simple_v4() local 863 if (ixaflags & IXAF_SET_SOURCE) in ip_output_simple_v4() 930 if (!(ixaflags & IXAF_PMTU_DISCOVERY)) { in ip_output_simple_v4() 967 if (ixaflags & IXAF_SET_SOURCE) { in ip_output_simple_v4() 993 } else if (ixaflags & IXAF_VERIFY_SOURCE) { in ip_output_simple_v4() 1012 if (!(ixaflags & (IXAF_NO_IPSEC|IXAF_IPSEC_SECURE))) { in ip_output_simple_v4() [all …]
|
H A D | ip_ftable.c | 1072 iaflags_t ixaflags = ixa->ixa_flags; in ip_select_route() local 1104 } else if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route() 1189 if (ixa->ixa_ifindex != 0 || (ixaflags & IXAF_SCOPEID_SET)) { in ip_select_route() 1190 if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route() 1255 if (ixaflags & IXAF_NEXTHOP_SET) { in ip_select_route() 1268 if (ixaflags & (IXAF_DONTROUTE|IXAF_NEXTHOP_SET)) { in ip_select_route()
|
H A D | ip_input.c | 1123 iaflags_t ixaflags; in ip_forward_xmit_v4() local 1174 ixaflags = IXAF_IS_IPV4 | IXAF_NO_DEV_FLOW_CTL; in ip_forward_xmit_v4() 1209 (void) ip_fragment_v4(mp, nce, ixaflags, pkt_len, mtu, in ip_forward_xmit_v4() 1221 ixaflags | IXAF_LOOPBACK_COPY, in ip_forward_xmit_v4() 1224 (void) ip_xmit(mp, nce, ixaflags, pkt_len, ira->ira_xmit_hint, in ip_forward_xmit_v4()
|
H A D | ip_ndp.c | 2865 iaflags_t ixaflags = IXAF_NO_TRACE; in nce_resolv_ok() local 2893 ixaflags |= IXAF_IS_IPV4; in nce_resolv_ok() 2926 (void) ip_xmit(mp, nce, ixaflags, pkt_len, 0, in nce_resolv_ok() 4966 iaflags_t ixaflags = IXAF_NO_TRACE; in nce_resolv_ipmp_ok() local 4998 ixaflags |= IXAF_IS_IPV4; in nce_resolv_ipmp_ok() 5055 (void) ip_xmit(mp, under_nce, ixaflags, pkt_len, 0, in nce_resolv_ipmp_ok()
|
H A D | ip.c | 11623 ip_fragment_v4(mblk_t *mp_orig, nce_t *nce, iaflags_t ixaflags, in ip_fragment_v4() argument 11731 error = postfragfn(mp, nce, ixaflags, i1, xmit_hint, szone, nolzid, in ip_fragment_v4() 11743 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v4() 11845 error = postfragfn(mp, nce, ixaflags, ip_len, xmit_hint, szone, in ip_fragment_v4() 12157 iaflags_t ixaflags = ixa->ixa_flags; in ip_output_post_ipsec() local 12162 if (ixaflags & IXAF_IS_IPV4) { in ip_output_post_ipsec() 12193 if (ixaflags & IXAF_IS_IPV4) { in ip_output_post_ipsec() 14418 ip_xmit(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, in ip_xmit() argument 14443 if (ixaflags & IXAF_NO_TRACE) in ip_xmit() 14446 if (ixaflags & IXAF_IS_IPV4) { in ip_xmit() [all …]
|
H A D | ip6.c | 4104 ip_fragment_v6(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, in ip_fragment_v6() argument 4288 error = postfragfn(hmp0, nce, ixaflags, in ip_fragment_v6() 4301 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v6()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 453 iaflags_t ixaflags = connp->conn_ixa->ixa_flags; in tcp_fuse_output() local 495 if (ixaflags & IXAF_IS_IPV4) { in tcp_fuse_output() 496 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) || in tcp_fuse_output() 503 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) || in tcp_fuse_output() 536 ip_hdr_len = (ixaflags & IXAF_IS_IPV4) ? in tcp_fuse_output()
|
H A D | tcp.c | 2467 iaflags_t ixaflags; in tcp_update_pmtu() local 2480 ixaflags = ixa->ixa_flags; in tcp_update_pmtu() 2524 ixaflags |= IXAF_PMTU_TOO_SMALL; in tcp_update_pmtu() 2526 if (ixaflags & IXAF_PMTU_TOO_SMALL) in tcp_update_pmtu() 2527 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF); in tcp_update_pmtu() 2530 !(ixaflags & IXAF_PMTU_IPV4_DF)) { in tcp_update_pmtu() 2533 ixa->ixa_flags = ixaflags; in tcp_update_pmtu()
|