Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/netfilter/
Dnf_reject_ipv4.c69 void nf_reject_ip_tcphdr_put(struct sk_buff *nskb, const struct sk_buff *oldskb, in nf_reject_ip_tcphdr_put() function
97 EXPORT_SYMBOL_GPL(nf_reject_ip_tcphdr_put);
128 nf_reject_ip_tcphdr_put(nskb, oldskb, oth); in nf_send_reset()
/Linux-v5.4/include/net/netfilter/ipv4/
Dnf_reject.h18 void nf_reject_ip_tcphdr_put(struct sk_buff *nskb, const struct sk_buff *oldskb,
/Linux-v5.4/net/bridge/netfilter/
Dnft_reject_bridge.c88 nf_reject_ip_tcphdr_put(nskb, oldskb, oth); in nft_reject_br_send_v4_tcp_reset()