tag | line | file | source code |
---|---|---|---|
ip_options_compile | 100 | include/net/ip.h | extern int ip_options_compile(struct options * opt, struct sk_buff * skb); |
ip_options_compile | 144 | include/net/ip.h | extern int ip_options_compile(struct options *opt, struct sk_buff *skb); |
ip_options_compile | 265 | net/ipv4/ip_input.c | if (ip_options_compile(NULL, skb)) |
ip_options_compile | 163 | net/ipv4/ip_sockglue.c | if (optlen && ip_options_compile(opt, NULL)) |
ip_options_compile | 79 | net/ipv4/ipip.c | if (ip_options_compile(NULL, skb)) |