Searched refs:req_sk (Results 1 – 1 of 1) sorted by relevance
102 struct request_sock *req_sk; in handle_ip6_tcp() local104 req_sk = (struct request_sock *)bpf_skc_to_tcp_request_sock(bpf_skc); in handle_ip6_tcp()105 if (!req_sk) { in handle_ip6_tcp()110 if (bpf_sk_assign(skb, req_sk, 0)) { in handle_ip6_tcp()115 req_sk_sport = req_sk->__req_common.skc_num; in handle_ip6_tcp()117 bpf_sk_release(req_sk); in handle_ip6_tcp()