Searched refs:handle_tcp (Results 1 – 2 of 2) sorted by relevance
65 static inline int handle_tcp(struct __sk_buff *skb, struct tcphdr *tcp) in handle_tcp() function97 return handle_tcp(skb, (struct tcphdr *)(((void *)iph) + ihl)); in handle_ipv4()
121 handle_tcp(struct __sk_buff *skb, struct bpf_sock_tuple *tuple, bool ipv4) in handle_tcp() function178 ret = handle_tcp(skb, tuple, ipv4); in bpf_sk_assign_test()