Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/ !
Dtipc_netlink.h293 TIPC_NLA_PROP_BROADCAST_RATIO, /* u32 */ enumerator
/linux-6.1.9/net/tipc/ !
Dbcast.c667 !props[TIPC_NLA_PROP_BROADCAST_RATIO]) { in tipc_nl_bc_link_set()
676 if (!err && props[TIPC_NLA_PROP_BROADCAST_RATIO]) { in tipc_nl_bc_link_set()
677 bc_ratio = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST_RATIO]); in tipc_nl_bc_link_set()
Dnetlink.c123 [TIPC_NLA_PROP_BROADCAST_RATIO] = { .type = NLA_U32 }
Dlink.c2856 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_BROADCAST_RATIO, in tipc_nl_add_bc_link()