Home
last modified time | relevance | path

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

/net/8021q/
Dvlan.h22 struct vlan_group { struct
33 struct vlan_group grp; argument
52 static inline struct net_device *__vlan_group_get_device(struct vlan_group *vg, in __vlan_group_get_device()
63 static inline struct net_device *vlan_group_get_device(struct vlan_group *vg, in vlan_group_get_device()
70 static inline void vlan_group_set_device(struct vlan_group *vg, in vlan_group_set_device()
Dvlan.c50 static int vlan_group_prealloc_vid(struct vlan_group *vg, in vlan_group_prealloc_vid()
87 struct vlan_group *grp; in unregister_vlan_dev()
147 struct vlan_group *grp; in register_vlan_dev()
361 struct vlan_group *grp; in vlan_device_event()
Dvlan_core.c128 static void vlan_group_free(struct vlan_group *grp) in vlan_group_free()