Searched refs:map_fd (Results 1 – 5 of 5) sorted by relevance
49 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd) in tap_flow_bpf_calc_l3_l4_hash() argument52 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()
63 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd);
66 __u32 map_fd; member
84 int map_fd; /* BPF RSS map fd */ member
1865 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()