Searched refs:br_stp_set_port_priority (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_stp_if.c | 312 int br_stp_set_port_priority(struct net_bridge_port *p, unsigned long newprio) in br_stp_set_port_priority() function
|
H A D | br_ioctl.c | 265 ret = br_stp_set_port_priority(p, args[2]); in old_dev_ioctl()
|
H A D | br_sysfs_if.c | 91 show_priority, br_stp_set_port_priority);
|
H A D | br_private.h | 1405 int br_stp_set_port_priority(struct net_bridge_port *p, unsigned long newprio);
|
H A D | br_netlink.c | 844 err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY])); in br_setport()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_stp_if.c | 309 int br_stp_set_port_priority(struct net_bridge_port *p, unsigned long newprio) in br_stp_set_port_priority() function
|
H A D | br_ioctl.c | 303 ret = br_stp_set_port_priority(p, args[2]); in br_dev_siocdevprivate()
|
H A D | br_sysfs_if.c | 98 show_priority, br_stp_set_port_priority);
|
H A D | br_netlink.c | 1008 err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY])); in br_setport()
|
H A D | br_private.h | 1963 int br_stp_set_port_priority(struct net_bridge_port *p, unsigned long newprio);
|
Completed in 14 milliseconds