Searched refs:ip_options_compile (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_options.c | 239 /* 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 D | ip_input.c | 289 if (ip_options_compile(dev_net(dev), opt, skb)) { in ip_rcv_options()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_options.c | 226 /* 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 D | ip_input.c | 281 if (ip_options_compile(dev_net(dev), opt, skb)) { in ip_rcv_options()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 721 int ip_options_compile(struct net *net, struct ip_options *opt,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 749 int ip_options_compile(struct net *net, struct ip_options *opt,
|
Completed in 7 milliseconds