Home
last modified time | relevance | path

Searched refs:router_alert (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_forward.c109 if (IPCB(skb)->opt.router_alert && ip_call_ra_chain(skb)) in ip_forward()
H A Dcipso_ipv4.c1987 if (opt->opt.srr || opt->opt.rr || opt->opt.ts || opt->opt.router_alert) { in cipso_v4_delopt()
2004 if (opt->opt.router_alert > opt->opt.cipso) in cipso_v4_delopt()
2005 opt->opt.router_alert -= cipso_len; in cipso_v4_delopt()
H A Dip_options.c428 opt->router_alert = optptr - iph; in __ip_options_compile()
H A Dipmr.c2136 if (IPCB(skb)->opt.router_alert) { in ip_mr_input()
/openbmc/linux/include/net/
H A Dinet_sock.h52 unsigned char router_alert; member
/openbmc/linux/net/netfilter/
H A Dnft_exthdr.c130 if (!opt->router_alert) in ipv4_find_option()
132 *offset = opt->router_alert + start; in ipv4_find_option()