Home
last modified time | relevance | path

Searched refs:l3info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1834 switch (l3info->l3_version) { in flow_ip_dsfield_match()
1950 l3info->l3_start = l3_start; in flow_ip_accept()
1963 l3info->l3_version = IPV4_VERSION; in flow_ip_accept()
1964 l3info->l3_fragmented = in flow_ip_accept()
1978 l3info->l3_hdrsize = ip6_hdrlen; in flow_ip_accept()
1979 l3info->l3_protocol = nexthdr; in flow_ip_accept()
1980 l3info->l3_version = IPV6_VERSION; in flow_ip_accept()
2283 uint8_t proto = l3info->l3_protocol; in flow_transport_hash()
2311 uint8_t proto = l3info->l3_protocol; in flow_transport_accept()
2314 l4_start = l3info->l3_start + l3info->l3_hdrsize; in flow_transport_accept()
[all …]