Searched refs:TCP_BPF_SYN_IP (Results 1 – 2 of 2) sorted by relevance
98 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr.ip6, in __check_active_hdr_in()107 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr, sizeof(hdr)); in __check_active_hdr_in()
6921 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator