Searched refs:osrh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_iptunnel.c | 128 int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap() argument 137 hdrlen = (osrh->hdrlen + 1) << 3; in seg6_do_srh_encap() 179 memcpy(isrh, osrh, hdrlen); in seg6_do_srh_encap() 204 struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap_red() 206 __u8 first_seg = osrh->first_segment; in seg6_do_srh_encap_red() 210 int hdrlen = ipv6_optlen(osrh); in seg6_do_srh_encap_red() 226 skip_srh = !sr_has_hmac(osrh); in seg6_do_srh_encap_red() 261 hdr->daddr = osrh->segments[first_seg]; in seg6_do_srh_encap_red() 280 memcpy(isrh, osrh, hdrlen); in seg6_do_srh_encap_red() 284 tlv_offset = sizeof(*osrh) in seg6_do_srh_encap_red() 203 seg6_do_srh_encap_red(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) seg6_do_srh_encap_red() argument 321 seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh) seg6_do_srh_inline() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A 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);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/ |
H A 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()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | seg6.h | 63 extern int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, 65 extern int seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_iptunnel.c | 125 int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap() argument 134 hdrlen = (osrh->hdrlen + 1) << 3; in seg6_do_srh_encap() 176 memcpy(isrh, osrh, hdrlen); in seg6_do_srh_encap() 200 int seg6_do_srh_inline(struct sk_buff *skb, struct ipv6_sr_hdr *osrh) in seg6_do_srh_inline() argument 206 hdrlen = (osrh->hdrlen + 1) << 3; in seg6_do_srh_inline() 227 memcpy(isrh, osrh, hdrlen); in seg6_do_srh_inline()
|
Completed in 3 milliseconds