Searched refs:osrh (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | seg6.h | 61 extern int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, 63 extern int seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh);
|
| /Linux-v5.4/arch/powerpc/platforms/4xx/ |
| D | gpio.c | 30 __be32 osrh; member 113 clrbits32(®s->osrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in() 146 clrbits32(®s->osrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()
|
| /Linux-v5.4/net/ipv6/ |
| D | seg6_iptunnel.c | 108 int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap() argument 117 hdrlen = (osrh->hdrlen + 1) << 3; in seg6_do_srh_encap() 151 memcpy(isrh, osrh, hdrlen); in seg6_do_srh_encap() 173 int seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh) in seg6_do_srh_inline() argument 179 hdrlen = (osrh->hdrlen + 1) << 3; in seg6_do_srh_inline() 200 memcpy(isrh, osrh, hdrlen); in seg6_do_srh_inline()
|