Searched refs:vif (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c2912 vrrp_intf_t *vif; local
2931 vif = vr->vvr_vif;
2932 TAILQ_FOREACH(ip, &vif->vvi_iplist, vip_next) {
2965 TAILQ_FOREACH(ip, &vif->vvi_iplist, vip_next) {
3010 vrrp_intf_t *vif = vr->vvr_vif; local
3012 int af = vif->vvi_af;
3021 TAILQ_FOREACH(vip, &vif->vvi_iplist, vip_next) {
3747 vrrp_intf_t *vif; local
3759 if ((vif = vrrpd_lookup_if(vr->vvr_vnic, af)) == NULL) {
3765 vr->vvr_vif = vif;
3799 vrrp_intf_t *vif; /* VNIC interface used to send packets */ local
3885 vrrp_intf_t *vif; /* VNIC interface used to send packets */ local
3964 vrrp_intf_t *vif = vr->vvr_vif; local
4272 vrrp_intf_t *vif = vr->vvr_vif; local
4323 vrrpd_virtualip_updateone(vrrp_intf_t *vif, vrrp_ip_t *ip, boolean_t checkonly) argument
4383 vrrp_intf_t *vif = vr->vvr_vif; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c42 * - function pointer field in vif, void *vif_sendit()
92 * vitable is a fixed length array of vif structs. There is no lock to protect
95 * current state of a vif structure. One special state that needs mention
96 * is when the vif is marked VIF_MARK_NOTINUSE but refcnt != 0. This indicates
97 * that vif is being initalized.
99 * in when the recfnt is > 1, the vif structure is marked VIF_MARK_CONDEMNED
102 * vif struct stores a pointer to the ipif in v_ipif, to prevent ipif/ill
107 * of the vif struct.
134 * acquring vif or mfc locks. These locks protect some global variables.
175 static void del_vifp(struct vif *);
[all...]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h66 typedef ushort_t vifi_t; /* type of a vif index */
82 vifi_t vifc_vifi; /* the index of the vif to be added */
84 uchar_t vifc_threshold; /* min ttl required to forward on vif */
96 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */
107 vifi_t mfcc_parent; /* incoming vif */
155 * Argument structure used by mrouted to get vif pkt counts
158 vifi_t vifi; /* vif number */
159 uint_t icount; /* Input packet count on vif */
160 uint_t ocount; /* Output packet count on vif */
161 uint_t ibytes; /* Input byte count on vif */
169 struct vif { struct
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h332 struct vif *ips_vifs;
336 * One-back cache used to locate a tunnel's vif,
340 struct vif *ips_last_encap_vif;
347 ushort_t ips_reg_vif_num; /* Index to Register vif */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h5755 * FCoE 16-bits vlan, vif union
5760 u16_t vif /* VIF */; member in union:fcoe_vlan_vif_field_union
5843 union fcoe_vlan_vif_field_union multi_func_val /* Outer vlan vif union */;
5849 union fcoe_vlan_vif_field_union multi_func_val /* Outer vlan vif union */;
7710 * The data afex vif list ramrod need $$KEEP_ENDIANNESS$$
7886 RAMROD_CMD_ID_COMMON_AFEX_VIF_LISTS /* niv vif lists */,
8109 * vif list event data $$KEEP_ENDIANNESS$$
8142 struct vif_list_event_data vif_list_event /* vif list event data */;
8216 EVENT_RING_OPCODE_AFEX_VIF_LISTS /* event ring opcode niv vif lists */,
8709 struct afex_vif_list_ramrod_data afex_vif_list_data /* The data afex vif lis
[all...]

Completed in 180 milliseconds