Searched refs:nxt_hdr (Results 1 – 3 of 3) sorted by relevance
741 uint8_t nxt_hdr; in prt_routing_hdr() local756 nxt_hdr = ipv6ext_rthdr->ip6r_nxt; in prt_routing_hdr()765 "Next header = %d (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_routing_hdr()803 uint8_t nxt_hdr; in prt_fragment_hdr() local807 nxt_hdr = ipv6ext_frag->ip6f_nxt; in prt_fragment_hdr()824 "Next Header = %d (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_fragment_hdr()964 uint8_t nxt_hdr; in prt_hbh_options() local983 nxt_hdr = ipv6ext_hbh->ip6h_nxt; in prt_hbh_options()985 "Next Header = %u (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_hbh_options()1072 uint8_t nxt_hdr; in prt_dest_options() local[all …]
556 ilb_pseudo_sum_v6(ip6_t *ip6h, uint8_t nxt_hdr) in ilb_pseudo_sum_v6() argument564 cur[14] + cur[15] + htons(nxt_hdr); in ilb_pseudo_sum_v6()
1223 uint32_t nxt_hdr : 8; /* 167 : 160 */ member1229 uint32_t nxt_hdr : 8; /* 167 : 160 */1294 #define ip6_nxt_hdr_key key.ipv6_e.nxt_hdr1303 #define ip6_nxt_hdr_mask mask.ipv6_e.nxt_hdr