Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c1512 bpf_packet_func bpf_func; in bond_output() local
1552 bpf_func = ifb->ifb_bpf_output; in bond_output()
1562 bond_bpf_output(ifp, m, bpf_func); in bond_output()
1723 bpf_packet_func bpf_func; in bond_input() local
1790 bpf_func = ifb->ifb_bpf_input; in bond_input()
1812 bond_bpf_input(ifp, m, eh_p, bpf_func); in bond_input()