Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv6/netfilter/
Dip6t_rt.c77 ptr + offsetof(struct rt0_hdr, in rt_mt6()
102 + sizeof(struct rt0_hdr) in rt_mt6()
129 + sizeof(struct rt0_hdr) in rt_mt6()
/Linux-v6.1/include/uapi/linux/
Dipv6.h80 struct rt0_hdr { struct
/Linux-v6.1/net/ipv6/
Dexthdrs.c688 struct rt0_hdr *rthdr; in ipv6_rthdr_rcv()
802 rthdr = (struct rt0_hdr *) hdr; in ipv6_rthdr_rcv()
1111 struct rt0_hdr *phdr, *ihdr; in ipv6_push_rthdr0()
1114 ihdr = (struct rt0_hdr *) opt; in ipv6_push_rthdr0()
1117 memcpy(phdr, ihdr, sizeof(struct rt0_hdr)); in ipv6_push_rthdr0()
1393 fl6->daddr = *((struct rt0_hdr *)opt->srcrt)->addr; in fl6_update_dst()
Dah6.c231 addrs = ((struct rt0_hdr *)rthdr)->addr; in ipv6_rearrange_rthdr()