Searched refs:l3_len (Results 1 – 1 of 1) sorted by relevance
1340 size_t l3_len = sizeof(struct ip6_hdr); in if_ports_used_match_mbuf() local1356 l3_len += sizeof(struct ip6_frag); in if_ports_used_match_mbuf()1381 error = mbuf_copydata(m, l3_len, sizeof(struct tcphdr), &th); in if_ports_used_match_mbuf()1406 error = mbuf_copydata(m, l3_len, sizeof(struct udphdr), &uh); in if_ports_used_match_mbuf()1421 if (is_encapsulated_esp(m, l3_len + sizeof(struct udphdr))) { in if_ports_used_match_mbuf()