Home
last modified time | relevance | path

Searched refs:ipv6_rt_hdr (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dipv6.h50 struct ipv6_rt_hdr { struct
82 struct ipv6_rt_hdr rt_hdr;
94 struct ipv6_rt_hdr rt_hdr;
/linux/net/ipv6/
H A Ddatagram.c747 struct ipv6_rt_hdr *rthdr = (struct ipv6_rt_hdr *)(nh + opt->srcrt); in ip6_datagram_recv_specific_ctl()
803 struct ipv6_rt_hdr *orthdr; in ip6_datagram_send_ctl()
804 struct ipv6_rt_hdr *rthdr; in ip6_datagram_send_ctl()
979 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_rt_hdr))) { in ip6_datagram_send_ctl()
984 rthdr = (struct ipv6_rt_hdr *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
H A Dexthdrs_core.c231 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr()
H A Dip6_output.c1344 static inline struct ipv6_rt_hdr *ip6_rthdr_dup(struct ipv6_rt_hdr *src, in ip6_rthdr_dup()
/linux/net/xfrm/
H A Dxfrm_output.c101 struct ipv6_rt_hdr *rt; in mip6_rthdr_offset()
103 rt = (struct ipv6_rt_hdr *)(nh + offset); in mip6_rthdr_offset()