Searched refs:ip_options_compile (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ipv4/
H A Dip_options.c226 /* helper used by ip_options_compile() to call fib_compute_spec_dst()
465 int ip_options_compile(struct net *net, function
476 EXPORT_SYMBOL(ip_options_compile); variable
479 * Undo all the changes done by ip_options_compile().
529 if (optlen && ip_options_compile(net, &opt->opt, NULL)) {
H A Dip_input.c281 if (ip_options_compile(dev_net(dev), opt, skb)) {
/linux-master/include/net/
H A Dip.h758 int ip_options_compile(struct net *net, struct ip_options *opt,

Completed in 80 milliseconds