Home
last modified time | relevance | path

Searched refs:tcp_filter (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1958 int tcp_filter(struct sock *sk, struct sk_buff *skb) in tcp_filter() function
1964 EXPORT_SYMBOL(tcp_filter);
2089 if (!tcp_filter(sk, skb)) { in tcp_v4_rcv()
2145 if (tcp_filter(sk, skb)) { in tcp_v4_rcv()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1666 if (!tcp_filter(sk, skb)) { in tcp_v6_rcv()
1722 if (tcp_filter(sk, skb)) { in tcp_v6_rcv()
/openbmc/linux/include/net/
H A Dtcp.h1422 int tcp_filter(struct sock *sk, struct sk_buff *skb);