Home
last modified time | relevance | path

Searched refs:ill_grp (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dipmp.c546 ASSERT(ill->ill_grp == NULL); in ipmp_illgrp_create()
558 ill->ill_grp = illg; in ipmp_illgrp_create()
586 illg->ig_ipmp_ill->ill_grp = NULL; in ipmp_illgrp_destroy()
1113 ASSERT(ill->ill_grp == NULL); in ipmp_ill_join_illgrp()
1201 ill->ill_grp = illg; in ipmp_ill_join_illgrp()
1228 ipmp_illgrp_t *illg = ill->ill_grp; in ipmp_ill_leave_illgrp()
1273 ill->ill_grp = NULL; in ipmp_ill_leave_illgrp()
1428 ipmp_illgrp_t *illg = ill->ill_grp; in ipmp_ill_activate()
1520 ipmp_illgrp_t *illg = ill->ill_grp; in ipmp_ill_deactivate()
1836 illg = ill->ill_grp; in ipmp_ill_hold_ipmp_ill()
[all …]
H A Dip_arp.c851 if (!ill->ill_nom_cast && ill->ill_grp != NULL && in arp_process_packet()
852 ill->ill_grp->ig_cast_ill != NULL) { in arp_process_packet()
2036 IS_UNDER_IPMP(ill) && ill->ill_grp != NULL && in arp_excl()
2037 ipmp_illgrp_find_ill(ill->ill_grp, haddr, in arp_excl()
H A Dip_input.c1339 if (!ill->ill_nom_cast && ill->ill_grp != NULL && in ire_recv_broadcast_v4()
1340 ill->ill_grp->ig_cast_ill != NULL) { in ire_recv_broadcast_v4()
1519 if (!ill->ill_nom_cast && ill->ill_grp != NULL && in ire_recv_multicast_v4()
1520 ill->ill_grp->ig_cast_ill != NULL) { in ire_recv_multicast_v4()
H A Dip6_if.c1241 ipmp_illgrp_t *illg = ill->ill_grp; in ipif_ndp_up()
1366 ipmp_illgrp_del_ipif(ill->ill_grp, ipif); in ipif_ndp_up()
2478 ipmp_illgrp_del_ipif(ill->ill_grp, ipif); in ipif_up_done_v6()
H A Dip_if.c583 ipmp_illgrp_destroy(ill->ill_grp); in ill_delete_tail()
584 ill->ill_grp = NULL; in ill_delete_tail()
2718 illg = ill->ill_grp; in ill_forward_set()
8267 ipmp_illgrp_t *illg = ill->ill_grp; in ip_sioctl_arp()
8381 entp = ipmp_illgrp_create_arpent(ill->ill_grp, in ip_sioctl_arp()
8400 ipmp_illgrp_mark_arpent(ill->ill_grp, entp); in ip_sioctl_arp()
8531 ipmp_illgrp_link_grp(ill->ill_grp, ill->ill_phyint->phyint_grp); in ip_sioctl_plink_ipmp()
8557 err = ipmp_illgrp_unlink_grp(ill->ill_grp); in ip_sioctl_plink_ipmp()
10816 ipmp_illgrp_refresh_mtu(ill->ill_grp); in ip_sioctl_mtu()
11581 ipmp_illgrp_refresh_mtu(ill->ill_grp); in ip_sioctl_lnkinfo()
[all …]
H A Dip_ndp.c275 hwaddr_ill = ipmp_illgrp_find_ill(ill->ill_grp, in nce_add_v6_postprocess()
671 hwaddr_ill = ipmp_illgrp_find_ill(ill->ill_grp, in nce_restart_dad()
1440 ipmp_illgrp_find_ill(ill->ill_grp, haddr, in ip_ndp_excl()
1958 ill->ill_grp, haddr, hlen) != NULL) { in ndp_input_advert()
4489 hwaddr_ill = ipmp_illgrp_find_ill(ill->ill_grp, hw_addr, in nce_add_common()
H A Dip_multi.c830 release_ill = ipmp_illgrp_hold_cast_ill(ill->ill_grp); in ip_ll_send_multireq()
1040 release_ill = ipmp_illgrp_hold_cast_ill(ill->ill_grp); in ill_join_allmulti()
1113 release_ill = ipmp_illgrp_hold_cast_ill(ill->ill_grp); in ill_leave_allmulti()
H A Dip6_input.c1266 if (!ill->ill_nom_cast && ill->ill_grp != NULL && in ire_recv_multicast_v6()
1267 ill->ill_grp->ig_cast_ill != NULL) { in ire_recv_multicast_v6()
H A Dip6_output.c1260 if (ill1->ill_grp != NULL) { in ip_postfrag_multirt_v6()
H A Dip_output.c2332 if (ill1->ill_grp != NULL) { in ip_postfrag_multirt_v4()
H A Dip.c8616 ipmp_illgrp_refresh_mtu(ill->ill_grp); in ip_rput_dlpi_writer()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h1481 ((ill)->ill_grp != NULL && !IS_IPMP(ill))
1485 ((ill1)->ill_grp != NULL && ((ill1)->ill_grp == (ill2)->ill_grp))
1812 ipmp_illgrp_t *ill_grp; /* IPMP group information */ member
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2618 ill->ill_phyint, cnt, "", ill->ill_grp); in ill_format()