Searched refs:nf_reject_iphdr_put (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/netfilter/ |
D | nf_reject_ipv4.c | 44 struct iphdr *nf_reject_iphdr_put(struct sk_buff *nskb, in nf_reject_iphdr_put() function 67 EXPORT_SYMBOL_GPL(nf_reject_iphdr_put); 126 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_TCP, in nf_send_reset()
|
/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 86 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_TCP, in nft_reject_br_send_v4_tcp_reset() 138 niph = nf_reject_iphdr_put(nskb, oldskb, IPPROTO_ICMP, in nft_reject_br_send_v4_unreach()
|