Searched refs:udp_sock (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | psock_tpacket.c | 223 int udp_sock[2]; in walk_v1_v2_rx() local 229 pair_udp_open(udp_sock, PORT_BASE); in walk_v1_v2_rx() 236 pair_udp_send(udp_sock, NUM_PACKETS); in walk_v1_v2_rx() 268 pair_udp_close(udp_sock); in walk_v1_v2_rx() 586 int udp_sock[2]; in walk_v3_rx() local 590 pair_udp_open(udp_sock, PORT_BASE); in walk_v3_rx() 597 pair_udp_send(udp_sock, NUM_PACKETS); in walk_v3_rx() 611 pair_udp_close(udp_sock); in walk_v3_rx()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | sock_destroy_prog.c | 107 struct udp_sock *udp_sk = ctx->udp_sk; in iter_udp6_client() 129 struct udp_sock *udp_sk = ctx->udp_sk; in iter_udp6_server()
|
| H A D | sock_iter_batch.c | 94 #define udp_sk(ptr) container_of(ptr, struct udp_sock, inet.sk)
|
| /linux/include/linux/ |
| H A D | udp.h | 78 struct udp_sock { struct 156 #define udp_sk(ptr) container_of_const(ptr, struct udp_sock, inet.sk) argument
|
| H A D | ipv6.h | 318 struct udp_sock udp;
|
| /linux/net/ipv4/ |
| H A D | udp.c | 545 struct udp_sock *up; in udp4_lib_lookup4() 862 struct udp_sock *up; in __udp4_lib_err_encap() 1023 struct udp_sock *up = udp_sk(sk); 1192 struct udp_sock *up = udp_sk(sk); in udp_push_pending_frames() 1254 struct udp_sock *up = udp_sk(sk); in udp_sendmsg() 1525 struct udp_sock *up = udp_sk(sk); 1602 struct udp_sock *up = udp_sk(sk); in udp_rmem_release() 1805 struct udp_sock *up = udp_sk(sk); in udp_destruct_common() 2365 struct udp_sock *up = udp_sk(sk); in udp_queue_rcv_one_skb() 2846 struct udp_sock *u in udp_destroy_sock() [all...] |
| H A D | xfrm4_input.c | 84 struct udp_sock *up = udp_sk(sk); in __xfrm4_udp_encap_rcv()
|
| H A D | udp_offload.c | 55 struct udp_sock *tup, *up = udp_sk(sk); in udp_tunnel_update_gro_lookup() 67 tup = hlist_entry(udp_tunnel_gro->list.first, struct udp_sock, in udp_tunnel_update_gro_lookup() 82 struct udp_sock *up = udp_sk(sk); in udp_tunnel_update_gro_rcv()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 300 struct udp_sock *up; in udp6_lib_lookup4() 649 struct udp_sock *up; in __udp6_lib_err_encap() 822 struct udp_sock *up = udp_sk(sk); in udpv6_queue_rcv_one_skb() 1274 struct udp_sock *up = udp_sk(sk); in udpv6_pre_connect() 1454 struct udp_sock *up = udp_sk(sk); in udp_v6_push_pending_frames() 1482 struct udp_sock *up = udp_sk(sk); in udpv6_sendmsg() 1793 struct udp_sock *up = udp_sk(sk); in udpv6_destroy_sock() 1806 struct udp_sock *up = udp_sk(sk); in udpv6_destroy_sock()
|
| H A D | xfrm6_input.c | 79 struct udp_sock *up = udp_sk(sk); in __xfrm6_udp_encap_rcv()
|
| /linux/tools/include/linux/ |
| H A D | btf_ids.h | 253 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP, udp_sock) \
|
| /linux/include/net/ |
| H A D | udp.h | 287 struct udp_sock *up = udp_sk(sk); in udp_lib_init_sock()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_sync.c | 1703 struct udp_sock *up = udp_sk(sk); in sync_thread_backup()
|