Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tipc/
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 Dname_distr.c153 struct publication *publ; in named_distribute() local
161 list_for_each_entry(publ, pls, binding_node) { in named_distribute()
178 publ_to_item(item, publ); in named_distribute()
258 struct publication *publ, *tmp; in tipc_publ_notify() local
260 list_for_each_entry_safe(publ, tmp, nsub_list, binding_node) in tipc_publ_notify()
261 tipc_publ_purge(net, publ, addr); in tipc_publ_notify()
A Dnetlink_compat.c899 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; in tipc_nl_compat_name_table_dump() local
931 (type != nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]))) in tipc_nl_compat_name_table_dump()
939 nla_get_u32(publ[TIPC_NLA_PUBL_TYPE])); in tipc_nl_compat_name_table_dump()
945 nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]), in tipc_nl_compat_name_table_dump()
946 nla_get_u32(publ[TIPC_NLA_PUBL_UPPER])); in tipc_nl_compat_name_table_dump()
951 node = nla_get_u32(publ[TIPC_NLA_PUBL_NODE]); in tipc_nl_compat_name_table_dump()
960 nla_get_u32(publ[TIPC_NLA_PUBL_KEY]), in tipc_nl_compat_name_table_dump()
972 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; in __tipc_nl_compat_publ_dump() local
983 type = nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]); in __tipc_nl_compat_publ_dump()
984 lower = nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]); in __tipc_nl_compat_publ_dump()
[all …]
A Dsocket.c3710 struct publication *publ) in __tipc_nl_add_sk_publ() argument
3724 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key)) in __tipc_nl_add_sk_publ()
3726 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->sr.type)) in __tipc_nl_add_sk_publ()
3728 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->sr.lower)) in __tipc_nl_add_sk_publ()
3730 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->sr.upper)) in __tipc_nl_add_sk_publ()

Completed in 13 milliseconds