Searched refs:bpf_map_push_elem (Results 1 – 2 of 2) sorted by relevance
52 err = bpf_map_push_elem(&map_out, &iph->saddr, 0); in _test()
77 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument83 .func = bpf_map_push_elem,