Home
last modified time | relevance | path

Searched refs:rt0_hdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/ipv6/netfilter/
Dip6t_rt.c88 ((const struct rt0_hdr *)rh)->reserved, in rt_mt6()
90 (((const struct rt0_hdr *)rh)->reserved))); in rt_mt6()
106 ptr + offsetof(struct rt0_hdr, in rt_mt6()
131 + sizeof(struct rt0_hdr) in rt_mt6()
164 + sizeof(struct rt0_hdr) in rt_mt6()
/Linux-v5.10/include/uapi/linux/
Dipv6.h80 struct rt0_hdr { struct
/Linux-v5.10/net/ipv6/
Dexthdrs.c674 struct rt0_hdr *rthdr; in ipv6_rthdr_rcv()
789 rthdr = (struct rt0_hdr *) hdr; in ipv6_rthdr_rcv()
1067 struct rt0_hdr *phdr, *ihdr; in ipv6_push_rthdr0()
1070 ihdr = (struct rt0_hdr *) opt; in ipv6_push_rthdr0()
1073 memcpy(phdr, ihdr, sizeof(struct rt0_hdr)); in ipv6_push_rthdr0()
1349 fl6->daddr = *((struct rt0_hdr *)opt->srcrt)->addr; in fl6_update_dst()
Dah6.c234 addrs = ((struct rt0_hdr *)rthdr)->addr; in ipv6_rearrange_rthdr()