Lines Matching defs:tbl
541 struct netlink_table *tbl = &nl_table[sk->sk_protocol];
546 listeners = nl_deref_protected(tbl->listeners);
550 for (i = 0; i < NLGRPLONGS(tbl->groups); i++) {
552 sk_for_each_bound(sk, &tbl->mc_list) {
2110 struct netlink_table *tbl = &nl_table[sk->sk_protocol];
2115 if (NLGRPSZ(tbl->groups) < NLGRPSZ(groups)) {
2119 old = nl_deref_protected(tbl->listeners);
2120 memcpy(new->masks, old->masks, NLGRPSZ(tbl->groups));
2121 rcu_assign_pointer(tbl->listeners, new);
2125 tbl->groups = groups;
2156 struct netlink_table *tbl = &nl_table[ksk->sk_protocol];
2158 sk_for_each_bound(sk, &tbl->mc_list)