Home
last modified time | relevance | path

Searched refs:tcp_inbound_hash (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c1801 drop_reason = tcp_inbound_hash(sk, req, skb,
1883 drop_reason = tcp_inbound_hash(sk, NULL, skb, &hdr->saddr, &hdr->daddr,
/linux-6.12.1/net/ipv4/
Dtcp_ipv4.c2237 drop_reason = tcp_inbound_hash(sk, req, skb,
2322 drop_reason = tcp_inbound_hash(sk, NULL, skb, &iph->saddr, &iph->daddr,
Dtcp.c4781 tcp_inbound_hash(struct sock *sk, const struct request_sock *req, in tcp_inbound_hash() function
4845 EXPORT_SYMBOL_GPL(tcp_inbound_hash);
/linux-6.12.1/include/net/
Dtcp.h2814 enum skb_drop_reason tcp_inbound_hash(struct sock *sk,