Searched defs:ixaflags (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c115 iaflags_t ixaflags = ixa->ixa_flags; local
166 if (ixaflags & IXAF_SET_SOURCE)
234 if (!(ixaflags & IXAF_PMTU_DISCOVERY)) {
271 if (ixaflags & IXAF_SET_SOURCE) {
297 } else if (ixaflags & IXAF_VERIFY_SOURCE) {
315 if (!(ixaflags & (IXAF_NO_IPSEC|IXAF_IPSEC_SECURE))) {
573 iaflags_t ixaflags = ixa->ixa_flags; local
579 if (ixaflags & IXAF_MULTIRT_MULTICAST)
607 !(ixaflags & IXAF_DONTROUTE)) {
609 } else if (ixaflags
817 ip_output_cksum_v6(iaflags_t ixaflags, mblk_t *mp, ip6_t *ip6h, ip_xmit_attr_t *ixa, ill_t *ill) argument
949 iaflags_t ixaflags = ixa->ixa_flags; local
1140 ip_postfrag_multirt_v6(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, uint32_t xmit_hint, zoneid_t szone, zoneid_t nolzid, uintptr_t *ixacookie) argument
[all...]
H A Dip_ftable.c1072 iaflags_t ixaflags = ixa->ixa_flags; local
1104 } else if (ixaflags & IXAF_SCOPEID_SET) {
1189 if (ixa->ixa_ifindex != 0 || (ixaflags & IXAF_SCOPEID_SET)) {
1190 if (ixaflags & IXAF_SCOPEID_SET) {
1255 if (ixaflags & IXAF_NEXTHOP_SET) {
1268 if (ixaflags & (IXAF_DONTROUTE|IXAF_NEXTHOP_SET)) {
H A Dip_input.c1123 iaflags_t ixaflags; local
1174 ixaflags = IXAF_IS_IPV4 | IXAF_NO_DEV_FLOW_CTL;
1209 (void) ip_fragment_v4(mp, nce, ixaflags, pkt_len, mtu,
1221 ixaflags | IXAF_LOOPBACK_COPY,
1224 (void) ip_xmit(mp, nce, ixaflags, pkt_len, ira->ira_xmit_hint,
H A Dip_output.c137 iaflags_t ixaflags = ixa->ixa_flags; local
168 if (ixaflags & IXAF_REACH_CONF)
338 if ((ixaflags & IXAF_VERIFY_SOURCE) &&
378 if (ixaflags & IXAF_IS_IPV4) {
814 iaflags_t ixaflags = ixa->ixa_flags; local
863 if (ixaflags & IXAF_SET_SOURCE)
930 if (!(ixaflags & IXAF_PMTU_DISCOVERY)) {
967 if (ixaflags & IXAF_SET_SOURCE) {
993 } else if (ixaflags & IXAF_VERIFY_SOURCE) {
1012 if (!(ixaflags
1237 iaflags_t ixaflags = ixa->ixa_flags; local
1461 iaflags_t ixaflags = ixa->ixa_flags; local
1700 ip_output_cksum_v4(iaflags_t ixaflags, mblk_t *mp, ipha_t *ipha, ip_xmit_attr_t *ixa, ill_t *ill) argument
1833 iaflags_t ixaflags = ixa->ixa_flags; local
2051 ip_postfrag_loopback(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, zoneid_t nolzid) argument
2131 ip_postfrag_loopcheck(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, uint32_t xmit_hint, zoneid_t szone, zoneid_t nolzid, uintptr_t *ixacookie) argument
2202 ip_postfrag_multirt_v4(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, uint32_t xmit_hint, zoneid_t szone, zoneid_t nolzid, uintptr_t *ixacookie) argument
2422 iaflags_t ixaflags = ixa->ixa_flags; local
[all...]
H A Dip6.c4104 ip_fragment_v6(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, argument
4288 error = postfragfn(hmp0, nce, ixaflags,
4301 ixaflags &= ~IXAF_REACH_CONF;
H A Dip_ndp.c2867 iaflags_t ixaflags = IXAF_NO_TRACE; local
2895 ixaflags |= IXAF_IS_IPV4;
2928 (void) ip_xmit(mp, nce, ixaflags, pkt_len, 0,
4968 iaflags_t ixaflags = IXAF_NO_TRACE; local
5000 ixaflags |= IXAF_IS_IPV4;
5057 (void) ip_xmit(mp, under_nce, ixaflags, pkt_len, 0,
H A Dip.c11623 ip_fragment_v4(mblk_t *mp_orig, nce_t *nce, iaflags_t ixaflags, argument
11731 error = postfragfn(mp, nce, ixaflags, i1, xmit_hint, szone, nolzid,
11743 ixaflags &= ~IXAF_REACH_CONF;
11845 error = postfragfn(mp, nce, ixaflags, ip_len, xmit_hint, szone,
12157 iaflags_t ixaflags = ixa->ixa_flags; local
12162 if (ixaflags & IXAF_IS_IPV4) {
12193 if (ixaflags & IXAF_IS_IPV4) {
14418 ip_xmit(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, argument
14443 if (ixaflags & IXAF_NO_TRACE)
14446 if (ixaflags
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c453 iaflags_t ixaflags = connp->conn_ixa->ixa_flags; local
495 if (ixaflags & IXAF_IS_IPV4) {
496 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) ||
503 do_ipsec = (ixaflags & IXAF_IPSEC_SECURE) ||
536 ip_hdr_len = (ixaflags & IXAF_IS_IPV4) ?
H A Dtcp.c2467 iaflags_t ixaflags; local
2480 ixaflags = ixa->ixa_flags;
2524 ixaflags |= IXAF_PMTU_TOO_SMALL;
2526 if (ixaflags & IXAF_PMTU_TOO_SMALL)
2527 ixaflags &= ~(IXAF_DONTFRAG | IXAF_PMTU_IPV4_DF);
2530 !(ixaflags & IXAF_PMTU_IPV4_DF)) {
2533 ixa->ixa_flags = ixaflags;

Completed in 158 milliseconds