Home
last modified time | relevance | path

Searched refs:xsk_socket_config (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/lib/bpf/
Dxsk.h282 struct xsk_socket_config { struct
315 const struct xsk_socket_config *config);
324 const struct xsk_socket_config *config);
Dxsk.c92 struct xsk_socket_config config;
153 static int xsk_set_xdp_socket_config(struct xsk_socket_config *cfg, in xsk_set_xdp_socket_config()
154 const struct xsk_socket_config *usr_cfg) in xsk_set_xdp_socket_config()
1001 const struct xsk_socket_config *usr_config) in xsk_socket__create_shared()
1182 const struct xsk_socket_config *usr_config) in xsk_socket__create()
/linux-5.19.10/samples/bpf/
Dxsk_fwd.c433 struct xsk_socket_config xsk_cfg;
Dxdpsock_user.c1002 struct xsk_socket_config cfg; in xsk_configure_socket()
/linux-5.19.10/tools/testing/selftests/bpf/
Dxdpxceiver.c300 struct xsk_socket_config cfg = {}; in xsk_configure_socket()