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

/linux-master/net/tipc/
H A Dname_distr.h70 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
71 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
H A Dname_distr.c153 struct publication *publ; local
161 list_for_each_entry(publ, pls, binding_node) {
178 publ_to_item(item, publ);
258 struct publication *publ, *tmp; local
260 list_for_each_entry_safe(publ, tmp, nsub_list, binding_node)
261 tipc_publ_purge(net, publ, addr);
H A Dnetlink_compat.c900 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; local
918 err = nla_parse_nested_deprecated(publ, TIPC_NLA_PUBL_MAX,
932 (type != nla_get_u32(publ[TIPC_NLA_PUBL_TYPE])))
934 if (lowbound && (lowbound > nla_get_u32(publ[TIPC_NLA_PUBL_UPPER])))
936 if (upbound && (upbound < nla_get_u32(publ[TIPC_NLA_PUBL_LOWER])))
940 nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]));
946 nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]),
947 nla_get_u32(publ[TIPC_NLA_PUBL_UPPER]));
952 node = nla_get_u32(publ[TIPC_NLA_PUBL_NODE]);
954 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_RE
973 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; local
[all...]
H A Dsocket.c3703 struct publication *publ)
3717 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key))
3719 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->sr.type))
3721 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->sr.lower))
3723 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->sr.upper))
3701 __tipc_nl_add_sk_publ(struct sk_buff *skb, struct netlink_callback *cb, struct publication *publ) argument

Completed in 138 milliseconds