Searched defs:ip6_srh (Results 1 – 1 of 1) sorted by relevance
189 struct ip6_srh { struct190 nd_uint8_t srh_nxt; /* next header */191 nd_uint8_t srh_len; /* length in units of 8 octets */192 nd_uint8_t srh_type; /* Routing Type 4 */193 nd_uint8_t srh_segleft; /* segments left */194 nd_uint8_t srh_last_ent; /* Last Entry*/195 nd_uint8_t srh_flags; /* Flags */196 nd_uint16_t srh_tag; /* Tag */197 nd_ipv6 srh_segments[1]; /* SRH segments list*/