Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfvar.h954 struct pf_udp_mapping *mapping;
958 struct pf_udp_mapping { struct
1092 struct pf_udp_mapping *udp_mapping;
2326 extern struct pf_udp_mapping *pf_udp_mapping_find(struct pf_udp_endpoint_cmp
2328 extern struct pf_udp_mapping *pf_udp_mapping_create(sa_family_t af,
2331 extern int pf_udp_mapping_insert(struct pf_udp_mapping
2333 extern void pf_udp_mapping_release(struct pf_udp_mapping
2629 struct pf_udp_mapping **udp_mapping);
/freebsd/sys/netpfil/pf/
H A Dpf_lb.c73 struct pf_udp_mapping **);
229 struct pf_udp_mapping **udp_mapping) in pf_get_sport()
417 struct pf_ksrc_node **sn, struct pf_udp_mapping **udp_mapping) in pf_get_mape_sport()
704 struct pf_udp_mapping **udp_mapping) in pf_get_translation()
H A Dpf.c339 struct pf_krule_slist *, struct pf_udp_mapping *);
1195 sizeof(struct pf_udp_mapping), NULL, NULL, NULL, NULL, in pf_initialize()
1887 struct pf_udp_mapping *
1891 struct pf_udp_mapping *mapping; in pf_udp_mapping_create()
1909 pf_udp_mapping_insert(struct pf_udp_mapping *mapping) in pf_udp_mapping_insert()
1956 pf_udp_mapping_release(struct pf_udp_mapping *mapping) in pf_udp_mapping_release()
1981 struct pf_udp_mapping *
4896 struct pf_udp_mapping *udp_mapping = NULL; in pf_test_rule()
5352 struct pf_krule_slist *match_rules, struct pf_udp_mapping *udp_mapping) in pf_create_state()