Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dipv6.h49 struct ipv6_rt_hdr { struct
81 struct ipv6_rt_hdr rt_hdr;
93 struct ipv6_rt_hdr rt_hdr;
/Linux-v5.10/net/ipv6/netfilter/
Dip6t_rt.c38 struct ipv6_rt_hdr _route; in rt_mt6()
39 const struct ipv6_rt_hdr *rh; in rt_mt6()
/Linux-v5.10/net/ipv6/
Dexthdrs.c673 struct ipv6_rt_hdr *hdr; in ipv6_rthdr_rcv()
690 hdr = (struct ipv6_rt_hdr *)skb_transport_header(skb); in ipv6_rthdr_rcv()
781 hdr = (struct ipv6_rt_hdr *)skb_transport_header(skb); in ipv6_rthdr_rcv()
1064 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr0()
1089 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr4()
1138 struct ipv6_rt_hdr *opt, in ipv6_push_rthdr()
Ddatagram.c709 struct ipv6_rt_hdr *rthdr = (struct ipv6_rt_hdr *)(nh + opt->srcrt); in ip6_datagram_recv_specific_ctl()
759 struct ipv6_rt_hdr *rthdr; in ip6_datagram_send_ctl()
930 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_rt_hdr))) { in ip6_datagram_send_ctl()
935 rthdr = (struct ipv6_rt_hdr *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
Dexthdrs_core.c222 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr()
Dmip6.c406 struct ipv6_rt_hdr *rt; in mip6_rthdr_offset()
407 rt = (struct ipv6_rt_hdr *)(nh + offset); in mip6_rthdr_offset()
Dah6.c214 static void ipv6_rearrange_rthdr(struct ipv6hdr *iph, struct ipv6_rt_hdr *rthdr) in ipv6_rearrange_rthdr()
249 struct ipv6_rt_hdr *rth; in ipv6_clear_mutable_options()
Dip6_output.c1275 static inline struct ipv6_rt_hdr *ip6_rthdr_dup(struct ipv6_rt_hdr *src, in ip6_rthdr_dup()
Dipv6_sockglue.c360 struct ipv6_rt_hdr *rthdr = opt->srcrt; in ipv6_set_opt_hdr()
/Linux-v5.10/include/net/
Dipv6.h299 struct ipv6_rt_hdr *srcrt; /* Routing Header */