Searched refs:npfctl_bpf_tcpfl (Results 1 – 3 of 3) sorted by relevance
194 void npfctl_bpf_tcpfl(npf_bpf_t *, uint8_t, uint8_t);
358 npfctl_bpf_tcpfl(ctx, *tf, *tf_mask); in npfctl_build_proto_block()482 npfctl_bpf_tcpfl(bc, TH_SYN, TH_SYN | TH_ACK | TH_FIN | TH_RST); in npfctl_build_code()
701 npfctl_bpf_tcpfl(npf_bpf_t *ctx, uint8_t tf, uint8_t tf_mask) in npfctl_bpf_tcpfl() function