Home
last modified time | relevance | path

Searched refs:tb2 (Results 1 – 10 of 10) sorted by relevance

/linux/net/ipv4/
H A Dinet_hashtables.c103 const struct inet_bind2_bucket *tb2; in inet_bind_bucket_destroy() local
113 hlist_for_each_entry(tb2, &tb->bhash2, bhash_node) { in inet_bind_bucket_destroy()
114 if (tb2->fastreuse != -1 || tb2->fastreuseport != -1) in inet_bind_bucket_destroy()
128 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb2, in inet_bind2_bucket_init() argument
134 write_pnet(&tb2->ib_net, net); in inet_bind2_bucket_init()
135 tb2->l3mdev = tb->l3mdev; in inet_bind2_bucket_init()
136 tb2->port = tb->port; in inet_bind2_bucket_init()
140 tb2->addr_type = ipv6_addr_type(&sk->sk_v6_rcv_saddr); in inet_bind2_bucket_init()
141 tb2 in inet_bind2_bucket_init()
162 struct inet_bind2_bucket *tb2 = kmem_cache_alloc(cachep, GFP_ATOMIC); inet_bind2_bucket_create() local
192 inet_bind2_bucket_addr_match(const struct inet_bind2_bucket * tb2,const struct sock * sk) inet_bind2_bucket_addr_match() argument
206 inet_bind_hash(struct sock * sk,struct inet_bind_bucket * tb,struct inet_bind2_bucket * tb2,unsigned short port) inet_bind_hash() argument
237 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; __inet_put_port() local
265 struct inet_bind2_bucket *tb2; __inet_inherit_port() local
940 struct inet_bind2_bucket *tb2, *new_tb2; __inet_bhash2_update_saddr() local
1054 struct inet_bind2_bucket *tb2; __inet_hash_connect() local
[all...]
H A Dinet_connection_sock.c205 const struct inet_bind2_bucket *tb2, in inet_bhash2_conflict() argument
212 sk_for_each_bound(sk2, &tb2->owners) { in inet_bhash2_conflict()
225 /* This should be called only when the tb and tb2 hashbuckets' locks are held */
228 const struct inet_bind2_bucket *tb2, /* may be null */ in inet_csk_bind_conflict() argument
248 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, in inet_csk_bind_conflict()
253 * in tb->owners and tb2->owners list belong in inet_csk_bind_conflict()
256 sk_for_each_bound_bhash(sk2, tb2, tb) { in inet_csk_bind_conflict()
279 struct inet_bind2_bucket *tb2; in inet_bhash2_addr_any_conflict() local
294 inet_bind_bucket_for_each(tb2, in inet_bhash2_addr_any_conflict()
323 struct inet_bind2_bucket *tb2; inet_csk_find_open_port() local
444 inet_csk_update_fastreuse(const struct sock * sk,struct inet_bind_bucket * tb,struct inet_bind2_bucket * tb2) inet_csk_update_fastreuse() argument
508 struct inet_bind2_bucket *tb2 = NULL; inet_csk_get_port() local
[all...]
H A Dtcp_diag.c400 struct inet_bind2_bucket *tb2; in tcp_diag_dump() local
415 inet_bind_bucket_for_each(tb2, &ibb->chain) { in tcp_diag_dump()
416 if (!net_eq(ib2_net(tb2), net)) in tcp_diag_dump()
419 sk_for_each_bound(sk, &tb2->owners) { in tcp_diag_dump()
/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c136 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in family_handler() local
137 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, nla_data(mcgrp), in family_handler()
139 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || in family_handler()
140 !tb2[CTRL_ATTR_MCAST_GRP_ID] || in family_handler()
141 strncmp(nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]), in family_handler()
143 nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME])) != 0) in family_handler()
145 res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in family_handler()
/linux/arch/powerpc/include/asm/
H A Dimc-pmu.h84 __be64 tb2; member
/linux/net/sched/
H A Dact_ife.c485 struct nlattr *tb2[IFE_META_MAX + 1]; in tcf_ife_init() local
526 err = nla_parse_nested_deprecated(tb2, IFE_META_MAX, in tcf_ife_init()
533 err = load_metalist(tb2, !(flags & TCA_ACT_FLAGS_NO_RTNL)); in tcf_ife_init()
599 err = populate_metalist(p, tb2); in tcf_ife_init()
H A Dact_api.c2178 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() local
2191 if (nla_parse_nested_deprecated(tb2, TCA_ACT_MAX, tb[1], tcf_action_policy, NULL) < 0) in find_dump_kind()
2193 kind = tb2[TCA_ACT_KIND]; in find_dump_kind()
/linux/include/net/
H A Dinet_connection_sock.h317 struct inet_bind2_bucket *tb2);
H A Dinet_hashtables.h292 struct inet_bind2_bucket *tb2, unsigned short port);
/linux/arch/powerpc/perf/
H A Dimc-pmu.c1288 be64_to_cpu(READ_ONCE(mem->tb2))) in trace_imc_prepare_sample()