Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_ports_used.c1460 size_t l3_len = sizeof(struct ip6_hdr); in if_ports_used_match_mbuf() local
1465 if (pkt_data_len < l3_len) { in if_ports_used_match_mbuf()
1468 pkt_data_len -= l3_len; in if_ports_used_match_mbuf()
1484 l3_len += sizeof(struct ip6_frag); in if_ports_used_match_mbuf()
1509 error = mbuf_copydata(m, l3_len, sizeof(struct tcphdr), &th); in if_ports_used_match_mbuf()
1542 error = mbuf_copydata(m, l3_len, sizeof(struct udphdr), &uh); in if_ports_used_match_mbuf()
1557 if (is_encapsulated_esp(m, l3_len + sizeof(struct udphdr))) { in if_ports_used_match_mbuf()