Searched defs:nfp_app_bpf (Results 1 – 2 of 2) sorted by relevance
130 struct nfp_app_bpf { struct131 struct nfp_app *app;132 struct nfp_ccm ccm;134 struct bpf_offload_dev *bpf_dev;136 unsigned int cmsg_key_sz;137 unsigned int cmsg_val_sz;139 unsigned int cmsg_cache_cnt;141 struct list_head map_list;142 unsigned int maps_in_use;143 unsigned int map_elems_in_use;[all …]
329 static inline int nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, in nfp_app_bpf() function