Home
last modified time | relevance | path

Searched refs:br_stp_set_port_priority (Results 1 – 4 of 4) sorted by relevance

/linux/net/bridge/
H A Dbr_stp_if.c309 int br_stp_set_port_priority(struct net_bridge_port *p, unsigned long newprio) in br_stp_set_port_priority() function
H A Dbr_ioctl.c303 ret = br_stp_set_port_priority(p, args[2]); in br_dev_siocdevprivate()
H A Dbr_sysfs_if.c98 show_priority, br_stp_set_port_priority);
H A Dbr_netlink.c1009 err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY])); in br_setport()