Home
last modified time | relevance | path

Searched refs:map_fd (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/tap/
H A Dtap_bpf_api.c49 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd) in tap_flow_bpf_calc_l3_l4_hash() argument
52 l3_l4_hash_insns[9].imm = map_fd; in tap_flow_bpf_calc_l3_l4_hash()
184 attr.map_fd = fd; in tap_flow_bpf_update_rss_elem()
H A Dtap_flow.h63 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd);
H A Dtap_bpf.h66 __u32 map_fd; member
H A Drte_eth_tap.h84 int map_fd; /* BPF RSS map fd */ member
H A Dtap_flow.c1865 pmd->map_fd = tap_flow_bpf_rss_map_create(sizeof(__u32), /* key size */ in rss_enable()
1868 if (pmd->map_fd < 0) { in rss_enable()
2105 err = tap_flow_bpf_update_rss_elem(pmd->map_fd, in rss_add_actions()
2126 tap_flow_bpf_calc_l3_l4_hash(flow->key_idx, pmd->map_fd); in rss_add_actions()