Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dip_options.c239 /* helper used by ip_options_compile() to call fib_compute_spec_dst()
478 int ip_options_compile(struct net *net, in ip_options_compile() function
489 EXPORT_SYMBOL(ip_options_compile); variable
492 * Undo all the changes done by ip_options_compile().
542 if (optlen && ip_options_compile(net, &opt->opt, NULL)) { in ip_options_get()
H A Dip_input.c289 if (ip_options_compile(dev_net(dev), opt, skb)) { in ip_rcv_options()
/kernel/linux/linux-6.6/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, in ip_options_compile() 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)) { in ip_options_get()
H A Dip_input.c281 if (ip_options_compile(dev_net(dev), opt, skb)) { in ip_rcv_options()
/kernel/linux/linux-5.10/include/net/
H A Dip.h721 int ip_options_compile(struct net *net, struct ip_options *opt,
/kernel/linux/linux-6.6/include/net/
H A Dip.h749 int ip_options_compile(struct net *net, struct ip_options *opt,

Completed in 7 milliseconds