Searched refs:__ip_options_compile (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/ |
D | ip_options.c | 254 int __ip_options_compile(struct net *net, in __ip_options_compile() function 476 EXPORT_SYMBOL(__ip_options_compile); 484 ret = __ip_options_compile(net, opt, skb, &info); in ip_options_compile()
|
D | cipso_ipv4.c | 1738 if (__ip_options_compile(dev_net(skb->dev), opt, skb, NULL)) in cipso_v4_error()
|
D | route.c | 1216 res = __ip_options_compile(dev_net(skb->dev), &opt, skb, NULL); in ipv4_send_dest_unreach()
|
/net/netfilter/ |
D | nft_exthdr.c | 98 if (__ip_options_compile(net, opt, NULL, &info)) in ipv4_find_option()
|