| tag | line | file | source code |
| target_strict | 92 | include/net/ip.h | extern void ip_forward(struct sk_buff *skb, struct device *dev, int is_frag, unsigned long target_addr, int target_strict); |
| target_strict | 1041 | net/ipv4/ip.c | void ip_forward(struct sk_buff *skb, struct device *dev, int is_frag, unsigned long target_addr, int target_strict) |
| target_strict | 1130 | net/ipv4/ip.c | if(target_strict) |
| target_strict | 1272 | net/ipv4/ip.c | int target_strict=0; |
| target_strict | 1379 | net/ipv4/ip.c | target_strict=1; |
| target_strict | 1661 | net/ipv4/ip.c | ip_forward(skb, dev, is_frag, target_addr, target_strict); |