Searched refs:br_mdb_add (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_device.c | 472 .ndo_mdb_add = br_mdb_add,
|
H A D | br_private.h | 1015 int br_mdb_add(struct net_device *dev, struct nlattr *tb[], u16 nlmsg_flags, 1412 static inline int br_mdb_add(struct net_device *dev, struct nlattr *tb[], in br_mdb_add() function
|
H A D | br_mdb.c | 1269 int br_mdb_add(struct net_device *dev, struct nlattr *tb[], u16 nlmsg_flags, in br_mdb_add() function
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_mdb.c | 935 static int br_mdb_add(struct sk_buff *skb, struct nlmsghdr *nlh, in br_mdb_add() function 1105 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWMDB, br_mdb_add, NULL, 0); in br_mdb_init()
|
Completed in 9 milliseconds