Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dxsk.h207 struct xsk_socket_config { struct
236 const struct xsk_socket_config *config);
Dxsk.c61 struct xsk_socket_config config;
112 static int xsk_set_xdp_socket_config(struct xsk_socket_config *cfg, in xsk_set_xdp_socket_config()
113 const struct xsk_socket_config *usr_cfg) in xsk_set_xdp_socket_config()
488 const struct xsk_socket_config *usr_config) in xsk_socket__create()
/Linux-v5.4/samples/bpf/
Dxdpsock_user.c312 struct xsk_socket_config cfg; in xsk_configure_socket()