Searched refs:TIPC_NLA_PROP_BROADCAST (Results 1 – 4 of 4) sorted by relevance
292 TIPC_NLA_PROP_BROADCAST, /* u32 */ enumerator
666 !props[TIPC_NLA_PROP_BROADCAST] && in tipc_nl_bc_link_set()671 if (props[TIPC_NLA_PROP_BROADCAST]) { in tipc_nl_bc_link_set()672 bc_mode = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST]); in tipc_nl_bc_link_set()
122 [TIPC_NLA_PROP_BROADCAST] = { .type = NLA_U32 },
2853 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_BROADCAST, bc_mode)) in tipc_nl_add_bc_link()