Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf_private.h285 #define BPF_MIN_PKT_SIZE 40 macro
H A Dbpf.c3935 ethlen = MIN(BPF_MIN_PKT_SIZE, remaining_caplen); in get_ether_trunc_len()
4000 out_pkt_len = MIN(BPF_MIN_PKT_SIZE, in_pkt_len); in get_pkt_trunc_len()