sr_phdr           895 net/ipv6/exthdrs.c 	struct ipv6_sr_hdr *sr_phdr, *sr_ihdr;
sr_phdr           901 net/ipv6/exthdrs.c 	sr_phdr = skb_push(skb, plen);
sr_phdr           902 net/ipv6/exthdrs.c 	memcpy(sr_phdr, sr_ihdr, sizeof(struct ipv6_sr_hdr));
sr_phdr           905 net/ipv6/exthdrs.c 	memcpy(sr_phdr->segments + 1, sr_ihdr->segments + 1,
sr_phdr           908 net/ipv6/exthdrs.c 	sr_phdr->segments[0] = **addr_p;
sr_phdr           916 net/ipv6/exthdrs.c 		memcpy((char *)sr_phdr + tlvs_offset,
sr_phdr           921 net/ipv6/exthdrs.c 	if (sr_has_hmac(sr_phdr)) {
sr_phdr           932 net/ipv6/exthdrs.c 			seg6_push_hmac(net, saddr, sr_phdr);
sr_phdr           936 net/ipv6/exthdrs.c 	sr_phdr->nexthdr = *proto;