Searched refs:multicast_spec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_device.h | 19 unsigned char multicast_spec, u8 protocol_version,
|
H A D | hsr_netlink.c | 36 unsigned char multicast_spec; in hsr_newlink() local 71 multicast_spec = 0; in hsr_newlink() 73 multicast_spec = nla_get_u8(data[IFLA_HSR_MULTICAST_SPEC]); in hsr_newlink() 102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack); in hsr_newlink()
|
H A D | hsr_device.c | 483 unsigned char multicast_spec, u8 protocol_version, in hsr_dev_finalize() 523 hsr->sup_multicast_addr[ETH_ALEN - 1] = multicast_spec; in hsr_dev_finalize() 482 hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2], unsigned char multicast_spec, u8 protocol_version, struct netlink_ext_ack *extack) hsr_dev_finalize() argument
|
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_device.h | 19 unsigned char multicast_spec, u8 protocol_version,
|
H A D | hsr_netlink.c | 36 unsigned char multicast_spec; in hsr_newlink() local 71 multicast_spec = 0; in hsr_newlink() 73 multicast_spec = nla_get_u8(data[IFLA_HSR_MULTICAST_SPEC]); in hsr_newlink() 102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack); in hsr_newlink()
|
H A D | hsr_device.c | 481 unsigned char multicast_spec, u8 protocol_version, in hsr_dev_finalize() 522 hsr->sup_multicast_addr[ETH_ALEN - 1] = multicast_spec; in hsr_dev_finalize() 480 hsr_dev_finalize(struct net_device *hsr_dev, struct net_device *slave[2], unsigned char multicast_spec, u8 protocol_version, struct netlink_ext_ack *extack) hsr_dev_finalize() argument
|
Completed in 3 milliseconds