Home
last modified time | relevance | path

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

/linux/net/tipc/
A Dnetlink_compat.c903 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; in tipc_nl_compat_name_table_dump() local
935 (type != nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]))) in tipc_nl_compat_name_table_dump()
943 nla_get_u32(publ[TIPC_NLA_PUBL_TYPE])); in tipc_nl_compat_name_table_dump()
949 nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]), in tipc_nl_compat_name_table_dump()
950 nla_get_u32(publ[TIPC_NLA_PUBL_UPPER])); in tipc_nl_compat_name_table_dump()
955 node = nla_get_u32(publ[TIPC_NLA_PUBL_NODE]); in tipc_nl_compat_name_table_dump()
964 nla_get_u32(publ[TIPC_NLA_PUBL_KEY]), in tipc_nl_compat_name_table_dump()
976 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; in __tipc_nl_compat_publ_dump() local
987 type = nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]); in __tipc_nl_compat_publ_dump()
988 lower = nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]); in __tipc_nl_compat_publ_dump()
[all …]
A Dname_distr.c161 struct publication *publ; in named_distribute() local
169 list_for_each_entry(publ, pls, binding_node) { in named_distribute()
186 publ_to_item(item, publ); in named_distribute()
266 struct publication *publ, *tmp; in tipc_publ_notify() local
268 list_for_each_entry_safe(publ, tmp, nsub_list, binding_node) in tipc_publ_notify()
269 tipc_publ_purge(net, publ, addr); in tipc_publ_notify()
A Dname_distr.h71 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
72 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
A Dsocket.c3703 struct publication *publ) in __tipc_nl_add_sk_publ() argument
3717 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key)) in __tipc_nl_add_sk_publ()
3719 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->sr.type)) in __tipc_nl_add_sk_publ()
3721 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->sr.lower)) in __tipc_nl_add_sk_publ()
3723 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->sr.upper)) in __tipc_nl_add_sk_publ()

Completed in 14 milliseconds