Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_reject_ipv4.c19 const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, in nf_reject_ip_tcphdr_get() function
43 EXPORT_SYMBOL_GPL(nf_reject_ip_tcphdr_get);
110 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nf_send_reset()
/linux-4.1.27/include/net/netfilter/ipv4/
Dnf_reject.h11 const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb,
/linux-4.1.27/net/bridge/netfilter/
Dnft_reject_bridge.c55 oth = nf_reject_ip_tcphdr_get(oldskb, &_oth, hook); in nft_reject_br_send_v4_tcp_reset()