Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dipv6.h42 struct ipv6_rt_hdr { struct
75 struct ipv6_rt_hdr rt_hdr;
87 struct ipv6_rt_hdr rt_hdr;
/linux-3.4.99/net/ipv6/netfilter/
Dip6t_rt.c41 struct ipv6_rt_hdr _route; in rt_mt6()
42 const struct ipv6_rt_hdr *rh; in rt_mt6()
/linux-3.4.99/net/ipv6/
Dexthdrs.c321 struct ipv6_rt_hdr *hdr; in ipv6_rthdr_rcv()
339 hdr = (struct ipv6_rt_hdr *)skb_transport_header(skb); in ipv6_rthdr_rcv()
422 hdr = (struct ipv6_rt_hdr *)skb_transport_header(skb); in ipv6_rthdr_rcv()
676 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr()
Ddatagram.c573 struct ipv6_rt_hdr *rthdr = (struct ipv6_rt_hdr *)(nh + opt->srcrt); in datagram_recv_ctl()
609 struct ipv6_rt_hdr *rthdr; in datagram_send_ctl()
765 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_rt_hdr))) { in datagram_send_ctl()
770 rthdr = (struct ipv6_rt_hdr *)CMSG_DATA(cmsg); in datagram_send_ctl()
Dmip6.c418 struct ipv6_rt_hdr *rt; in mip6_rthdr_offset()
419 rt = (struct ipv6_rt_hdr *)(nh + offset); in mip6_rthdr_offset()
Dah6.c223 static void ipv6_rearrange_rthdr(struct ipv6hdr *iph, struct ipv6_rt_hdr *rthdr) in ipv6_rearrange_rthdr()
258 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options()
Dip6_output.c1181 static inline struct ipv6_rt_hdr *ip6_rthdr_dup(struct ipv6_rt_hdr *src, in ip6_rthdr_dup()
Dipv6_sockglue.c398 struct ipv6_rt_hdr *rthdr = opt->srcrt; in do_ipv6_setsockopt()
/linux-3.4.99/include/net/
Dipv6.h213 struct ipv6_rt_hdr *srcrt; /* Routing Header */