Home
last modified time | relevance | path

Searched refs:IS_IPMP (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ip/
H A Dipmp.c545 ASSERT(IS_IPMP(ill)); in ipmp_illgrp_create()
571 ASSERT(IS_IPMP(illg->ig_ipmp_ill)); in ipmp_illgrp_destroy()
1111 ASSERT(!IS_IPMP(ill) && ill->ill_phyint->phyint_grp != NULL); in ipmp_ill_join_illgrp()
1654 ASSERT(IS_UNDER_IPMP(ill) && IS_IPMP(ipif->ipif_ill)); in ipmp_ill_bind_ipif()
1716 ASSERT(IS_IPMP(ipif->ipif_ill)); in ipmp_ill_unbind_ipif()
1791 ASSERT(!IS_IPMP(ill)); in ipmp_ill_ire_mark_testhidden()
1812 ASSERT(!IS_IPMP(ill)); in ipmp_ill_ire_clear_testhidden()
1833 ASSERT(!IS_IPMP(ill)); in ipmp_ill_hold_ipmp_ill()
1890 ASSERT(!IS_IPMP(ill)); in ipmp_ill_get_ipmp_ifindex()
2090 ASSERT(IS_IPMP(ipif->ipif_ill)); in ipmp_ipif_hold_bound_ill()
[all …]
H A Dip_ndp.c274 if (IS_IPMP(ill)) { in nce_add_v6_postprocess()
341 ASSERT(!IS_IPMP(ill)); in nce_lookup_then_add_v6()
670 if (IS_IPMP(ill)) { in nce_restart_dad()
2873 if (IS_IPMP(ncec->ncec_ill)) { in nce_resolv_ok()
3107 if (IS_IPMP(ill) && trigger_fp_req) { in nce_fastpath()
3209 if (IS_IPMP(ill)) in nce_fastpath_list_delete()
3585 ASSERT(!IS_IPMP(ill)); in nce_lookup_then_add_v4()
3600 if (IS_IPMP(ill)) { in nce_lookup_then_add_v4()
4281 if (ipif == NULL && IS_IPMP(ill)) { in nce_resolve_src()
4314 if (IS_IPMP(src_ill)) in nce_resolve_src()
[all …]
H A Dip6_if.c1252 if (IS_IPMP(ill)) { in ipif_ndp_up()
2009 if (IS_IPMP(ill) && ill->ill_src_ipif != NULL) in ipif_select_source_v6()
2116 if (IS_IPMP(ill) && ipif != NULL) { in ipif_select_source_v6()
2477 if (IS_IPMP(ill)) in ipif_up_done_v6()
2880 if (IS_IPMP(ill)) { in ip_siocsetndp_v6()
H A Dip_if.c582 if (IS_IPMP(ill)) { in ill_delete_tail()
2714 if (IS_IPMP(ill) || IS_UNDER_IPMP(ill)) { in ill_forward_set()
4245 if (ill->ill_bcast_addr_length == 0 && !IS_IPMP(ill)) { in ip_ll_subnet_defaults()
8266 if (IS_IPMP(ill)) { in ip_sioctl_arp()
8380 if (IS_IPMP(ill) && err == 0) { in ip_sioctl_arp()
8522 ASSERT(IS_IPMP(ill)); in ip_sioctl_plink_ipmp()
8695 if (IS_IPMP(ill) && (err = ip_sioctl_plink_ipmp(ill, ioccmd)) != 0) in ip_sioctl_plink_ipmod()
10188 if (IS_IPMP(ill)) in ip_sioctl_flags_onoff()
10264 if (IS_IPMP(ill) && ((flags ^ intf_flags) & IFF_IPMP_INVALID)) in ip_sioctl_flags()
10440 ASSERT(!IS_IPMP(ill)); in ip_sioctl_flags()
[all …]
H A Dip_arp.c1646 ASSERT(!IS_IPMP(ill)); in arp_request()
1705 if (IS_IPMP(ncec->ncec_ill)) { in arp_announce()
1741 if (IS_IPMP(ncec->ncec_ill)) { in arp_probe()
1756 if (IS_IPMP(ncec->ncec_ill)) in arp_probe()
H A Dip_ire.c2491 if (IS_IPMP(ill) || in ire_nce_init()
3336 ASSERT(!ire->ire_testhidden || !IS_IPMP(ire->ire_ill)); in ire_revalidate_nce()
3420 ASSERT(!ire->ire_testhidden || !IS_IPMP(ire->ire_ill)); in ire_to_nce()
H A Dip_multi.c828 if (IS_IPMP(ill)) { in ip_ll_send_multireq()
1038 if (IS_IPMP(ill)) { in ill_join_allmulti()
1111 if (IS_IPMP(ill)) { in ill_leave_allmulti()
H A Dip6_input.c1901 ASSERT(!IS_IPMP(ill)); in ip_input_cksum_v6()
H A Dip_input.c2250 ASSERT(!IS_IPMP(ill)); in ip_input_cksum_v4()
H A Dip.c8637 if (IS_IPMP(ill)) { in ip_rput_dlpi_writer()
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp_link.c215 if (IS_IPMP(ill)) { in ibcm_resolver_pr_lookup()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h1476 #define IS_IPMP(ill) \ macro
1481 ((ill)->ill_grp != NULL && !IS_IPMP(ill))