Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_dummynet.h153 struct ipfw_flow_id flow_mask;
183 struct ipfw_flow_id fid;
203 struct ipfw_flow_id sched_mask; /* M */
H A Dip_fw.h678 struct ipfw_flow_id { struct
710 struct ipfw_flow_id id; /* (masked) flow id */ argument
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c503 const struct ipfw_flow_id *, uint32_t, const void *,
555 const struct ipfw_flow_id *, const void *, int, int);
563 const struct ipfw_flow_id *, uint16_t, uint8_t);
764 hash_packet(const struct ipfw_flow_id *id) in hash_packet()
782 hash_parent(const struct ipfw_flow_id *id, const void *rule) in hash_parent()
794 addrcmp4(const struct ipfw_flow_id *id) in addrcmp4()
808 addrcmp6(const struct ipfw_flow_id *id) in addrcmp6()
823 hash_packet6(const struct ipfw_flow_id *id) in hash_packet6()
847 hash_packet(const struct ipfw_flow_id *id) in hash_packet()
878 hash_parent(const struct ipfw_flow_id *id, const void *rule) in hash_parent()
[all …]
H A Dip_dummynet.c170 static struct ipfw_flow_id *
171 flow_id_mask(struct ipfw_flow_id *mask, struct ipfw_flow_id *id) in flow_id_mask()
191 static struct ipfw_flow_id *
192 flow_id_or(struct ipfw_flow_id *src, struct ipfw_flow_id *dst) in flow_id_or()
269 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) in flow_id_cmp()
305 (struct ipfw_flow_id *)key; in q_hash()
314 struct ipfw_flow_id *id2; in q_match()
433 struct ipfw_flow_id *id) in ipdn_q_find()
471 (struct ipfw_flow_id *)key; in si_hash()
480 struct ipfw_flow_id *id2; in si_match()
[all …]
H A Dip_dn_private.h214 struct ipfw_flow_id fsk_mask;
413 struct ipfw_flow_id *);
414 struct dn_sch_inst *ipdn_si_find(struct dn_schk *, struct ipfw_flow_id *);
H A Dip_dn_glue.c101 struct ipfw_flow_id flow_mask ;
137 struct ipfw_flow_id id ;
201 struct ipfw_flow_id id ;
471 bzero(&fs->flow_mask, sizeof(struct ipfw_flow_id)); in dn_compat_config_pipe()
H A Dip_fw_private.h132 struct ipfw_flow_id f_id; /* grabbed from IP header */
150 struct mbuf *ipfw_send_pkt(struct mbuf *, struct ipfw_flow_id *,
H A Dip_fw2.c517 ipfw_send_abort(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t vtag, in ipfw_send_abort()
628 ipfw_send_pkt(struct mbuf *replyto, struct ipfw_flow_id *id, u_int32_t seq, in ipfw_send_pkt()
1118 struct ipfw_flow_id *id; in check_uidgid()
H A Dip_fw_table_algo.c3193 struct ipfw_flow_id *id; in ta_lookup_fhash()
3197 id = (struct ipfw_flow_id *)key; in ta_lookup_fhash()
H A Ddummynet.txt800 struct ipfw_flow_id *id);
/f-stack/freebsd/netpfil/ipfw/test/
H A Ddn_test.h143 struct ipfw_flow_id { struct
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c112 struct ipfw_flow_id f_id;
146 const struct ipfw_flow_id *f_id, struct mbuf **mp);
148 struct ipfw_flow_id *f_id, struct mbuf **mp);
207 struct nat64lsn_host *host, const struct ipfw_flow_id *f_id __unused) in nat64lsn_get_aliaslink()
313 const struct ipfw_flow_id *f_id, uint32_t hval, in_addr_t faddr, in nat64lsn_get_state6to4()
603 const struct ipfw_flow_id *f_id, struct mbuf **mp) in nat64lsn_translate4()
1413 const struct ipfw_flow_id *f_id, struct mbuf **mp, uint32_t hval, in nat64lsn_request_host()
1436 const struct ipfw_flow_id *f_id, struct mbuf **mp, uint32_t hval, in nat64lsn_request_pg()
1489 nat64lsn_translate6(struct nat64lsn_cfg *cfg, struct ipfw_flow_id *f_id, in nat64lsn_translate6()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h678 struct ipfw_flow_id { struct
710 struct ipfw_flow_id id; /* (masked) flow id */ argument
/f-stack/tools/ipfw/
H A Ddummynet.c393 print_mask(struct ipfw_flow_id *id) in print_mask()
415 print_header(struct ipfw_flow_id *id) in print_header()
434 struct ipfw_flow_id *id = &ni->fid; in list_flow()
1280 struct ipfw_flow_id *mask = NULL; in ipfw_config_pipe()