Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_vlan.c649 int __br_vlan_set_proto(struct net_bridge *br, __be16 proto) in __br_vlan_set_proto() function
708 err = __br_vlan_set_proto(br, htons(val)); in br_vlan_set_proto()
Dbr_private.h689 int __br_vlan_set_proto(struct net_bridge *br, __be16 proto);
Dbr_netlink.c910 err = __br_vlan_set_proto(br, vlan_proto); in br_changelink()