Searched refs:br_stp_set_path_cost (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_stp_if.c | 335 int br_stp_set_path_cost(struct net_bridge_port *p, unsigned long path_cost) in br_stp_set_path_cost() function
|
H A D | br_ioctl.c | 279 ret = br_stp_set_path_cost(p, args[2]); in old_dev_ioctl()
|
H A D | br_sysfs_if.c | 83 show_path_cost, br_stp_set_path_cost);
|
H A D | br_private.h | 1406 int br_stp_set_path_cost(struct net_bridge_port *p, unsigned long path_cost);
|
H A D | br_netlink.c | 838 err = br_stp_set_path_cost(p, nla_get_u32(tb[IFLA_BRPORT_COST])); in br_setport()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_stp_if.c | 332 int br_stp_set_path_cost(struct net_bridge_port *p, unsigned long path_cost) in br_stp_set_path_cost() function
|
H A D | br_ioctl.c | 317 ret = br_stp_set_path_cost(p, args[2]); in br_dev_siocdevprivate()
|
H A D | br_sysfs_if.c | 90 show_path_cost, br_stp_set_path_cost);
|
H A D | br_netlink.c | 1002 err = br_stp_set_path_cost(p, nla_get_u32(tb[IFLA_BRPORT_COST])); in br_setport()
|
H A D | br_private.h | 1964 int br_stp_set_path_cost(struct net_bridge_port *p, unsigned long path_cost);
|
Completed in 14 milliseconds