Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dscope6.c181 idlist->s6id_list[i] > V_if_index) { in scope6_set()
334 if (V_if_index < zoneid || ifnet_byindex(zoneid) == NULL) in sa6_embedscope()
362 if (V_if_index < zoneid) in sa6_recoverscope()
H A Din6_mcast.c1433 if (gsr.gsr_interface == 0 || V_if_index < gsr.gsr_interface) in in6p_block_unblock_source()
1656 if (msfr.msfr_ifindex == 0 || V_if_index < msfr.msfr_ifindex) in in6p_get_source_filters()
1899 if (V_if_index < mreq.ipv6mr_interface) in in6p_join_group()
1941 if (gsr.gsr_interface == 0 || V_if_index < gsr.gsr_interface) in in6p_join_group()
2260 if (V_if_index < ifindex) in in6p_leave_group()
2415 if (V_if_index < ifindex) in in6p_set_multicast_if()
2471 if (msfr.msfr_ifindex == 0 || V_if_index < msfr.msfr_ifindex) in in6p_set_source_filters()
2753 if (ifindex <= 0 || ifindex > V_if_index) { in sysctl_ip6_mcast_filters()
H A Dip6_mroute.c697 if (mifcp->mif6c_pifi == 0 || mifcp->mif6c_pifi > V_if_index) { in add_m6if()
H A Dnd6_rtr.c2429 if (ifindex < 0 || V_if_index < ifindex) in nd6_setdefaultiface()
H A Dmld6.c389 if (name[0] <= 0 || name[0] > V_if_index) { in sysctl_mld_ifinfo()
H A Dip6_output.c2963 if (pktinfo->ipi6_ifindex > V_if_index) in ip6_setpktopt()
/f-stack/freebsd/net/
H A Dif_debug.c127 for (idx = 1; idx <= V_if_index; idx++) { in DB_SHOW_ALL_COMMAND()
H A Dif.c345 if (__predict_false(idx > V_if_index)) in ifnet_byindex()
380 for (idx = 1; idx <= V_if_index; idx++) { in ifindex_alloc()
390 if (idx > V_if_index) in ifindex_alloc()
391 V_if_index = idx; in ifindex_alloc()
402 while (V_if_index > 0 && in ifindex_free_locked()
403 V_ifindex_table[V_if_index] == NULL) in ifindex_free_locked()
404 V_if_index--; in ifindex_free_locked()
2023 if (sdl->sdl_index && sdl->sdl_index <= V_if_index) in ifa_ifwithnet()
H A Dif_var.h627 #define V_if_index VNET(if_index) macro
/f-stack/freebsd/netinet/
H A Din_mcast.c1476 if (gsr.gsr_interface == 0 || V_if_index < gsr.gsr_interface) in inp_block_unblock_source()
1691 if (msfr.msfr_ifindex == 0 || V_if_index < msfr.msfr_ifindex) in inp_get_source_filters()
2075 if (gsr.gsr_interface == 0 || V_if_index < gsr.gsr_interface) in inp_join_group()
2387 if (gsr.gsr_interface == 0 || V_if_index < gsr.gsr_interface) in inp_leave_group()
2529 if (mreqn.imr_ifindex < 0 || V_if_index < mreqn.imr_ifindex) in inp_set_multicast_if()
2611 if (msfr.msfr_ifindex == 0 || V_if_index < msfr.msfr_ifindex) in inp_set_source_filters()
2927 if (ifindex <= 0 || ifindex > V_if_index) { in sysctl_ip_mcast_filters()
H A Dip_input.c1273 ifp->if_index && ifp->if_index <= V_if_index) { in ip_savecontrol()
H A Dudp_usrreq.c1118 if (pktinfo->ipi6_ifindex > V_if_index) in udp_v4mapped_pktinfo()
H A Digmp.c508 if (name[0] <= 0 || name[0] > V_if_index) { in sysctl_igmp_ifinfo()