Home
last modified time | relevance | path

Searched refs:lastopt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dexthdrs.c319 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv()
420 opt->lastopt = opt->srcrt; in ipv6_srh_rcv()
530 opt->lastopt = opt->srcrt; in ipv6_rpl_srh_rcv()
710 opt->lastopt = opt->srcrt = skb_network_header_len(skb); in ipv6_rthdr_rcv()
H A Ddatagram.c650 if (opt->lastopt && in ip6_datagram_recv_specific_ctl()
664 while (off <= opt->lastopt) { in ip6_datagram_recv_specific_ctl()
/openbmc/linux/include/linux/
H A Dipv6.h131 __u16 lastopt; member