Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dnf_reject_ipv4.c45 struct iphdr *nf_reject_iphdr_put(struct sk_buff *nskb, in nf_reject_iphdr_put() function
68 EXPORT_SYMBOL_GPL(nf_reject_iphdr_put);
128 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_TCP, in nf_send_reset()
/linux-4.1.27/include/net/netfilter/ipv4/
Dnf_reject.h13 struct iphdr *nf_reject_iphdr_put(struct sk_buff *nskb,
/linux-4.1.27/net/bridge/netfilter/
Dnft_reject_bridge.c65 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_TCP, in nft_reject_br_send_v4_tcp_reset()
121 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_ICMP, in nft_reject_br_send_v4_unreach()