Searched refs:skc (Results 1 – 2 of 2) sorted by relevance
8 #define bpf_tcp_sk(skc) ({ \ argument9 struct sock_common *_skc = skc; \
510 struct bpf_sock *skc; in tcp_handle_ack() local531 skc = bpf_skc_lookup_tcp(ctx->skb, &tuple, tuple_size, -1, 0); in tcp_handle_ack()532 if (!skc) in tcp_handle_ack()535 if (skc->state != TCP_LISTEN) in tcp_handle_ack()538 sk = (struct sock *)bpf_skc_to_tcp_sock(skc); in tcp_handle_ack()555 bpf_sk_release(skc); in tcp_handle_ack()
Completed in 4 milliseconds