Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif_bond.c1518 bpf_packet_func bpf_func; in bond_output() local
1558 bpf_func = ifb->ifb_bpf_output; in bond_output()
1568 bond_bpf_output(ifp, m, bpf_func); in bond_output()
1729 bpf_packet_func bpf_func; in bond_input() local
1796 bpf_func = ifb->ifb_bpf_input; in bond_input()
1818 bond_bpf_input(ifp, m, eh_p, bpf_func); in bond_input()