Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dxsk.h207 struct xsk_socket_config { struct
236 const struct xsk_socket_config *config);
245 const struct xsk_socket_config *config);
Dxsk.c79 struct xsk_socket_config config;
140 static int xsk_set_xdp_socket_config(struct xsk_socket_config *cfg, in xsk_set_xdp_socket_config()
141 const struct xsk_socket_config *usr_cfg) in xsk_set_xdp_socket_config()
704 const struct xsk_socket_config *usr_config) in xsk_socket__create_shared()
886 const struct xsk_socket_config *usr_config) in xsk_socket__create()
/kernel/linux/linux-5.10/samples/bpf/
Dxsk_fwd.c433 struct xsk_socket_config xsk_cfg;
Dxdpsock_user.c843 struct xsk_socket_config cfg; in xsk_configure_socket()