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 | 1010 | 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 | 1109 | net/ipv4/ip.c | if(target_strict) |
target_strict | 1258 | net/ipv4/ip.c | int target_strict=0; |
target_strict | 1367 | net/ipv4/ip.c | target_strict=1; |
target_strict | 1649 | net/ipv4/ip.c | ip_forward(skb, dev, is_frag, target_addr, target_strict); |