Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_bond.c1514 bpf_packet_func bpf_func; in bond_output() local
1554 bpf_func = ifb->ifb_bpf_output; in bond_output()
1564 bond_bpf_output(ifp, m, bpf_func); in bond_output()
1725 bpf_packet_func bpf_func; in bond_input() local
1792 bpf_func = ifb->ifb_bpf_input; in bond_input()
1814 bond_bpf_input(ifp, m, eh_p, bpf_func); in bond_input()