Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dxsk.h279 struct xsk_socket_config { struct
298 const struct xsk_socket_config *config); argument
306 const struct xsk_socket_config *config);
Dxsk.c88 struct xsk_socket_config config;
149 static int xsk_set_xdp_socket_config(struct xsk_socket_config *cfg, in xsk_set_xdp_socket_config()
150 const struct xsk_socket_config *usr_cfg) in xsk_set_xdp_socket_config()
1011 const struct xsk_socket_config *usr_config) in xsk_socket__create_shared()
1191 const struct xsk_socket_config *usr_config) in xsk_socket__create()
Dxskxceiver.c318 struct xsk_socket_config cfg = {}; in __xsk_configure_socket()