Home
last modified time | relevance | path

Searched refs:udp_sock (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c223 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 Dsock_destroy_prog.c107 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 Dsock_iter_batch.c94 #define udp_sk(ptr) container_of(ptr, struct udp_sock, inet.sk)
/linux/net/ipv4/
H A Dudp.c544 struct udp_sock *up; in udp4_lib_lookup4()
861 struct udp_sock *up; in __udp4_lib_err_encap()
1011 struct udp_sock *up = udp_sk(sk); in udp_flush_pending_frames()
1179 struct udp_sock *up = udp_sk(sk); in udp_push_pending_frames()
1241 struct udp_sock *up = udp_sk(sk); in udp_sendmsg()
1512 struct udp_sock *up = udp_sk(sk); in udp_splice_eof()
1589 struct udp_sock *up = udp_sk(sk); in udp_rmem_release()
1792 struct udp_sock *up = udp_sk(sk); in udp_destruct_common()
2344 struct udp_sock *up = udp_sk(sk); in udp_queue_rcv_one_skb()
2823 struct udp_sock *up = udp_sk(sk); in udp_destroy_sock()
[all …]
H A Dxfrm4_input.c86 struct udp_sock *up = udp_sk(sk); in __xfrm4_udp_encap_rcv()
/linux/tools/include/linux/
H A Dbtf_ids.h189 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UDP, udp_sock) \
/linux/net/ipv6/
H A Dxfrm6_input.c81 struct udp_sock *up = udp_sk(sk); in __xfrm6_udp_encap_rcv()
/linux/include/linux/
H A Dipv6.h318 struct udp_sock udp;