Home
last modified time | relevance | path

Searched refs:vlan_group (Results 1 – 3 of 3) sorted by relevance

/net/8021q/
Dvlan.h21 struct vlan_group { struct
32 struct vlan_group grp; argument
51 static inline struct net_device *__vlan_group_get_device(struct vlan_group *vg, in __vlan_group_get_device()
62 static inline struct net_device *vlan_group_get_device(struct vlan_group *vg, in vlan_group_get_device()
69 static inline void vlan_group_set_device(struct vlan_group *vg, in vlan_group_set_device()
Dvlan.c54 static int vlan_group_prealloc_vid(struct vlan_group *vg, in vlan_group_prealloc_vid()
83 struct vlan_group *grp; in unregister_vlan_dev()
142 struct vlan_group *grp; in register_vlan_dev()
353 struct vlan_group *grp; in vlan_device_event()
Dvlan_core.c121 static void vlan_group_free(struct vlan_group *grp) in vlan_group_free()