Searched refs:xdp_mem_type (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | xdp.h | 43 enum xdp_mem_type { enum 264 enum xdp_mem_type mem_type:32; 409 void __xdp_return(netmem_ref netmem, enum xdp_mem_type mem_type, 456 enum xdp_mem_type type, void *allocator); 459 enum xdp_mem_type type, void *allocator);
|
| /linux-6.15/net/core/ |
| H A D | xdp.c | 259 static bool __is_supported_mem_type(enum xdp_mem_type type) in __is_supported_mem_type() 271 enum xdp_mem_type type, in __xdp_reg_mem_model() 335 enum xdp_mem_type type, void *allocator) in xdp_reg_mem_model() 347 enum xdp_mem_type type, void *allocator) in xdp_rxq_info_reg_mem_model() 432 void __xdp_return(netmem_ref netmem, enum xdp_mem_type mem_type, in __xdp_return()
|
| H A D | filter.c | 4140 enum xdp_mem_type mem_type, bool release) in bpf_xdp_shrink_data_zc() 4155 enum xdp_mem_type mem_type = xdp->rxq->mem.type; in bpf_xdp_shrink_data()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_dp.c | 286 enum xdp_mem_type mem_type; in nfp_net_rx_ring_alloc()
|