Searched refs:sk_pkt_out_cnt_fd (Results 1 – 1 of 1) sorted by relevance
40 static int sk_pkt_out_cnt_fd; variable203 err = bpf_map_lookup_elem(sk_pkt_out_cnt_fd, &accept_fd, &pkt_out_cnt); in check_sk_pkt_out_cnt()221 err = bpf_map_lookup_elem(sk_pkt_out_cnt_fd, &cli_fd, &pkt_out_cnt); in check_sk_pkt_out_cnt()244 err = bpf_map_update_elem(sk_pkt_out_cnt_fd, &sk_fd, &scnt, in init_sk_storage()369 sk_pkt_out_cnt_fd = bpf_map__fd(skel->maps.sk_pkt_out_cnt); in test_sock_fields()