Searched refs:TIPC_NLA_PROP_BROADCAST_RATIO (Results 1 – 4 of 4) sorted by relevance
293 TIPC_NLA_PROP_BROADCAST_RATIO, /* u32 */ enumerator
667 !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()
123 [TIPC_NLA_PROP_BROADCAST_RATIO] = { .type = NLA_U32 }
2856 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_BROADCAST_RATIO, in tipc_nl_add_bc_link()