Lines Matching refs:udp_table

120 struct udp_table udp_table __read_mostly;
121 EXPORT_SYMBOL(udp_table);
236 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_get_port()
462 struct udp_table *udptable, in udp4_lookup_run_bpf()
470 if (udptable != &udp_table) in udp4_lookup_run_bpf()
489 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup()
538 struct udp_table *udptable) in __udp4_lib_lookup_skb()
554 inet_sdif(skb), &udp_table, NULL); in udp4_lib_lookup_skb()
567 dif, 0, &udp_table, NULL); in udp4_lib_lookup()
650 struct udp_table *udptable, in __udp4_lib_err_encap()
709 int __udp4_lib_err(struct sk_buff *skb, u32 info, struct udp_table *udptable) in __udp4_lib_err()
804 return __udp4_lib_err(skb, info, &udp_table); in udp_err()
2001 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_unhash()
2032 struct udp_table *udptable = sk->sk_prot->h.udp_table; in udp_lib_rehash()
2274 struct udp_table *udptable, in __udp4_lib_mcast_deliver()
2408 int __udp4_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp4_lib_rcv()
2523 unsigned int slot = udp_hashfn(net, hnum, udp_table.mask); in __udp4_lib_mcast_demux_lookup()
2524 struct udp_hslot *hslot = &udp_table.hash[slot]; in __udp4_lib_mcast_demux_lookup()
2554 unsigned int slot2 = hash2 & udp_table.mask; in __udp4_lib_demux_lookup()
2555 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp4_lib_demux_lookup()
2639 return __udp4_lib_rcv(skb, &udp_table, IPPROTO_UDP); in udp_rcv()
2950 .h.udp_table = &udp_table,
2970 for (state->bucket = start; state->bucket <= afinfo->udp_table->mask; in udp_get_first()
2972 struct udp_hslot *hslot = &afinfo->udp_table->hash[state->bucket]; in udp_get_first()
3010 if (state->bucket <= afinfo->udp_table->mask) in udp_get_next()
3011 spin_unlock_bh(&afinfo->udp_table->hash[state->bucket].lock); in udp_get_next()
3060 if (state->bucket <= afinfo->udp_table->mask) in udp_seq_stop()
3061 spin_unlock_bh(&afinfo->udp_table->hash[state->bucket].lock); in udp_seq_stop()
3174 .udp_table = &udp_table,
3224 void __init udp_table_init(struct udp_table *table, const char *name) in udp_table_init()
3292 afinfo->udp_table = &udp_table; in DEFINE_BPF_ITER_FUNC()
3338 udp_table_init(&udp_table, "UDP"); in udp_init()