Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan.c856 int __br_vlan_set_proto(struct net_bridge *br, __be16 proto) in __br_vlan_set_proto() function
933 return __br_vlan_set_proto(br, htons(val)); in br_vlan_set_proto()
H A Dbr_private.h1068 int __br_vlan_set_proto(struct net_bridge *br, __be16 proto);
H A Dbr_netlink.c1159 err = __br_vlan_set_proto(br, vlan_proto); in br_changelink()