Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.h207 struct xsk_socket_config { struct
236 const struct xsk_socket_config *config);
245 const struct xsk_socket_config *config);
H A 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()
884 const struct xsk_socket_config *usr_config) in xsk_socket__create()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxsk_fwd.c433 struct xsk_socket_config xsk_cfg;
H A Dxdpsock_user.c843 struct xsk_socket_config cfg; in xsk_configure_socket()