Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h292 TIPC_NLA_PROP_BROADCAST, /* u32 */ enumerator
/openbmc/linux/net/tipc/
H A Dbcast.c666 !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()
H A Dnetlink.c122 [TIPC_NLA_PROP_BROADCAST] = { .type = NLA_U32 },
H A Dlink.c2856 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_BROADCAST, bc_mode)) in tipc_nl_add_bc_link()