Searched refs:usr_cfg (Results 1 – 1 of 1) sorted by relevance
120 const struct xsk_umem_config *usr_cfg) in xsk_set_umem_config() argument122 if (!usr_cfg) { in xsk_set_umem_config()131 cfg->fill_size = usr_cfg->fill_size; in xsk_set_umem_config()132 cfg->comp_size = usr_cfg->comp_size; in xsk_set_umem_config()133 cfg->frame_size = usr_cfg->frame_size; in xsk_set_umem_config()134 cfg->frame_headroom = usr_cfg->frame_headroom; in xsk_set_umem_config()135 cfg->flags = usr_cfg->flags; in xsk_set_umem_config()139 const struct xsk_socket_config *usr_cfg) in xsk_set_xdp_socket_config() argument141 if (!usr_cfg) { in xsk_set_xdp_socket_config()150 if (usr_cfg->libbpf_flags & ~XSK_LIBBPF_FLAGS__INHIBIT_PROG_LOAD) in xsk_set_xdp_socket_config()[all …]