/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 501 const struct ipfw_flow_id *, uint32_t, const void *, 503 static int dyn_lookup_ipv6_state_locked(const struct ipfw_flow_id *, 506 const struct ipfw_flow_id *, uint32_t, uint16_t, uint8_t); 508 const struct ipfw_flow_id *, uint32_t, const void *, int, uint32_t, 522 const struct ipfw_flow_id *, uint32_t, const void *, uint32_t, uint16_t, 525 const struct ipfw_flow_id *, uint32_t, const void *, uint32_t, uint16_t, 528 const struct ipfw_flow_id *, uint32_t, uint32_t, uint32_t, uint16_t); 532 static void *dyn_get_parent_state(const struct ipfw_flow_id *, uint32_t, 535 const struct ipfw_flow_id *, const void *, uint32_t, uint16_t, uint32_t); 537 const struct ipfw_flow_id *, const void *, uint32_t, uint16_t, uint32_t); [all …]
|
H A D | ip_dummynet.c | 194 static struct ipfw_flow_id * 195 flow_id_mask(struct ipfw_flow_id *mask, struct ipfw_flow_id *id) in flow_id_mask() 215 static struct ipfw_flow_id * 216 flow_id_or(struct ipfw_flow_id *src, struct ipfw_flow_id *dst) in flow_id_or() 242 nonzero_mask(struct ipfw_flow_id *m) in nonzero_mask() 264 flow_id_hash(struct ipfw_flow_id *id) in flow_id_hash() 293 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) in flow_id_cmp() 327 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in q_hash() 329 (struct ipfw_flow_id *)key; in q_hash() 338 struct ipfw_flow_id *id2; in q_match() [all …]
|
H A D | ip_dn_private.h | 206 struct ipfw_flow_id fsk_mask; 416 struct ipfw_flow_id *); 417 struct dn_sch_inst *ipdn_si_find(struct dn_schk *, struct ipfw_flow_id *);
|
H A D | ip_dn_glue.c | 100 struct ipfw_flow_id flow_mask ; 136 struct ipfw_flow_id id ; 200 struct ipfw_flow_id id ; 473 bzero(&fs->flow_mask, sizeof(struct ipfw_flow_id)); in dn_compat_config_pipe()
|
H A D | ip_fw_private.h | 130 struct ipfw_flow_id f_id; /* grabbed from IP header */ 148 struct mbuf *ipfw_send_pkt(struct mbuf *, struct ipfw_flow_id *,
|
H A D | ip_fw2.c | 517 ipfw_send_abort(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t vtag, in ipfw_send_abort() 626 ipfw_send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq, in ipfw_send_pkt() 1125 struct ipfw_flow_id *id; in check_uidgid()
|
H A D | ip_fw_table_algo.c | 3197 struct ipfw_flow_id *id; in ta_lookup_fhash() 3201 id = (struct ipfw_flow_id *)key; in ta_lookup_fhash()
|
H A D | dummynet.txt | 799 struct ipfw_flow_id *id);
|
/freebsd/sys/netinet/ |
H A D | ip_dummynet.h | 151 struct ipfw_flow_id flow_mask; 182 struct ipfw_flow_id fid; 202 struct ipfw_flow_id sched_mask; /* M */
|
H A D | ip_fw.h | 700 struct ipfw_flow_id { struct 732 struct ipfw_flow_id id; /* (masked) flow id */ argument
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 109 struct ipfw_flow_id f_id; 143 const struct ipfw_flow_id *f_id, struct mbuf **mp); 145 struct ipfw_flow_id *f_id, struct mbuf **mp); 204 struct nat64lsn_host *host, const struct ipfw_flow_id *f_id __unused) in nat64lsn_get_aliaslink() 310 const struct ipfw_flow_id *f_id, uint32_t hval, in_addr_t faddr, in nat64lsn_get_state6to4() 600 const struct ipfw_flow_id *f_id, struct mbuf **mp) in nat64lsn_translate4() 1410 const struct ipfw_flow_id *f_id, struct mbuf **mp, uint32_t hval, in nat64lsn_request_host() 1433 const struct ipfw_flow_id *f_id, struct mbuf **mp, uint32_t hval, in nat64lsn_request_pg() 1486 nat64lsn_translate6(struct nat64lsn_cfg *cfg, struct ipfw_flow_id *f_id, in nat64lsn_translate6()
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | dn_test.h | 142 struct ipfw_flow_id { struct
|
/freebsd/sbin/ipfw/ |
H A D | dummynet.c | 392 print_mask(struct ipfw_flow_id *id) in print_mask() 414 print_header(struct ipfw_flow_id *id) in print_header() 433 struct ipfw_flow_id *id = &ni->fid; in list_flow() 1287 struct ipfw_flow_id *mask = NULL; in ipfw_config_pipe()
|