Searched refs:pf_pdesc (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | pfvar.h | 959 struct pf_pdesc; 962 typedef void (*pf_app_handler)(struct pf_state *, int, int, struct pf_pdesc *, 1418 struct pf_pdesc { struct 1472 pf_pd_get_hdr_##HDR_TAG(const struct pf_pdesc *pdesc) \ argument 1479 pf_pd_get_hdr_ptr_##HDR_TAG(const struct pf_pdesc *pdesc) \ 1487 pf_pd_set_hdr_##HDR_TAG(struct pf_pdesc *pdesc, \ 1503 pf_pd_set_hdr_##HDR_TAG(struct pf_pdesc *pdesc, \ 1513 pf_pd_set_hdr_##HDR_TAG(struct pf_pdesc *pdesc, \ 2295 u_short *, struct pf_pdesc *); 2299 __private_extern__ void *pf_lazy_makewritable(struct pf_pdesc *, [all …]
|
| H A D | pf.c | 218 static int pf_modulate_sack(pbuf_t *, int, struct pf_pdesc *, 235 static struct pf_rule *pf_match_translation(struct pf_pdesc *, pbuf_t *, 239 static struct pf_rule *pf_get_translation_aux(struct pf_pdesc *, 250 static u_int32_t pf_tcp_iss(struct pf_pdesc *); 253 void *, struct pf_pdesc *, struct pf_rule **, 258 struct pf_pdesc *, struct ip_fw_args *); 262 struct pf_pdesc *, struct pf_rule **, 266 void *, struct pf_pdesc *, u_short *); 269 void *, struct pf_pdesc *, u_short *); 272 void *, struct pf_pdesc *, u_short *); [all …]
|
| H A D | if_pflog.c | 348 struct pf_ruleset *ruleset, struct pf_pdesc *pd) in pflog_packet()
|
| H A D | pf_norm.c | 168 struct pf_pdesc *, pbuf_t *, struct tcphdr *, int, int *); 1904 struct pf_pdesc *pd) in pf_normalize_ip() 2235 u_short *reason, struct pf_pdesc *pd) in pf_normalize_ip6() 2593 int off, void *h, struct pf_pdesc *pd) in pf_normalize_tcp() 2751 pf_normalize_tcp_init(pbuf_t *pbuf, int off, struct pf_pdesc *pd, in pf_normalize_tcp_init() 2846 pf_normalize_tcp_stateful(pbuf_t *pbuf, int off, struct pf_pdesc *pd, in pf_normalize_tcp_stateful() 3250 struct pf_pdesc *pd, pbuf_t *pbuf, struct tcphdr *th, int off, in pf_normalize_tcpopt()
|
| H A D | pf_osfp.c | 87 pf_osfp_fingerprint(struct pf_pdesc *pd, pbuf_t *pbuf, int off, in pf_osfp_fingerprint()
|