Home
last modified time | relevance | path

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

/net/ipv4/
A Dinet_hashtables.c110 tb2->l3mdev = tb->l3mdev; in inet_bind2_bucket_init()
111 tb2->port = tb->port; in inet_bind2_bucket_init()
137 if (tb2) in inet_bind2_bucket_create()
140 return tb2; in inet_bind2_bucket_create()
272 if (!tb2) { in __inet_inherit_port()
275 if (!tb2) in __inet_inherit_port()
966 if (!tb2) { in __inet_bhash2_update_saddr()
967 tb2 = new_tb2; in __inet_bhash2_update_saddr()
976 if (tb2 != new_tb2) in __inet_bhash2_update_saddr()
1134 if (!tb2) { in __inet_hash_connect()
[all …]
A Dinet_connection_sock.c226 sk_for_each_bound(sk2, &tb2->owners) { in inet_bhash2_conflict()
262 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, in inet_csk_bind_conflict()
270 sk_for_each_bound_bhash(sk2, tb2, tb) { in inet_csk_bind_conflict()
293 struct inet_bind2_bucket *tb2; in inet_bhash2_addr_any_conflict() local
337 struct inet_bind2_bucket *tb2; in inet_csk_find_open_port() local
420 *tb2_ret = tb2; in inet_csk_find_open_port()
518 struct inet_bind2_bucket *tb2 = NULL; in inet_csk_get_port() local
532 if (tb && tb2) in inet_csk_get_port()
571 if (!tb2) { in inet_csk_get_port()
574 if (!tb2) in inet_csk_get_port()
[all …]
A Dinet_timewait_sock.c32 struct inet_bind2_bucket *tb2 = tw->tw_tb2; in inet_twsk_bind_unhash() local
41 inet_bind2_bucket_destroy(hashinfo->bind2_bucket_cachep, tb2); in inet_twsk_bind_unhash()
A Dinet_diag.c1108 struct inet_bind2_bucket *tb2; in inet_diag_dump_icsk() local
1123 inet_bind_bucket_for_each(tb2, &ibb->chain) { in inet_diag_dump_icsk()
1124 if (!net_eq(ib2_net(tb2), net)) in inet_diag_dump_icsk()
1127 sk_for_each_bound(sk, &tb2->owners) { in inet_diag_dump_icsk()
/net/sched/
A Dact_ife.c488 struct nlattr *tb2[IFE_META_MAX + 1]; in tcf_ife_init() local
528 err = nla_parse_nested_deprecated(tb2, IFE_META_MAX, in tcf_ife_init()
535 err = load_metalist(tb2, !(flags & TCA_ACT_FLAGS_NO_RTNL)); in tcf_ife_init()
603 err = populate_metalist(ife, tb2, exists, in tcf_ife_init()
A Dact_api.c2177 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() local
2190 if (nla_parse_nested_deprecated(tb2, TCA_ACT_MAX, tb[1], tcf_action_policy, NULL) < 0) in find_dump_kind()
2192 kind = tb2[TCA_ACT_KIND]; in find_dump_kind()

Completed in 26 milliseconds