Searched refs:usr_cfg (Results 1 – 1 of 1) sorted by relevance
130 const struct xsk_umem_config *usr_cfg) in xsk_set_umem_config() argument132 if (!usr_cfg) { in xsk_set_umem_config()141 cfg->fill_size = usr_cfg->fill_size; in xsk_set_umem_config()142 cfg->comp_size = usr_cfg->comp_size; in xsk_set_umem_config()143 cfg->frame_size = usr_cfg->frame_size; in xsk_set_umem_config()144 cfg->frame_headroom = usr_cfg->frame_headroom; in xsk_set_umem_config()145 cfg->flags = usr_cfg->flags; in xsk_set_umem_config()149 const struct xsk_socket_config *usr_cfg) in xsk_set_xdp_socket_config() argument151 if (!usr_cfg) { in xsk_set_xdp_socket_config()160 if (usr_cfg->libbpf_flags & ~XSK_LIBBPF_FLAGS__INHIBIT_PROG_LOAD) in xsk_set_xdp_socket_config()[all …]