| /freebsd/stand/libsa/ |
| H A D | ip.c | 129 struct ip_queue *ipq; in ip_reasm_free() local 131 while ((ipq = STAILQ_FIRST(&ipr->ip_queue)) != NULL) { in ip_reasm_free() 133 free(ipq->ipq_pkt); in ip_reasm_free() 134 free(ipq); in ip_reasm_free() 143 struct ip_queue *ipq, *p; in ip_reasm_add() local 146 if ((ipq = calloc(1, sizeof(*ipq))) == NULL) in ip_reasm_add() 149 ipq->ipq_pkt = pkt; in ip_reasm_add() 150 ipq->ipq_hdr = ip; in ip_reasm_add() 158 free(ipq); in ip_reasm_add() 177 STAILQ_INSERT_AFTER(&ipr->ip_queue, p, ipq, ipq_next); in ip_reasm_add() [all …]
|
| /freebsd/sys/netinet/ |
| H A D | ip_reass.c | 72 TAILQ_HEAD(ipqhead, ipq) head; 81 VNET_DEFINE_STATIC(struct ipqbucket *, ipq); 82 #define V_ipq VNET(ipq) 107 static void ipq_free(struct ipqbucket *, struct ipq *); 108 static struct ipq * ipq_reuse(int); 113 ipq_timeout(struct ipqbucket *bucket, struct ipq *fp) in ipq_timeout() 121 ipq_drop(struct ipqbucket *bucket, struct ipq *fp) in ipq_drop() 204 struct ipq *fp; in ip_reass() 591 struct ipq *fp; in ipreass_callout() 613 struct ipq *fp; in ipreass_reschedule() [all …]
|
| H A D | ip_var.h | 59 struct ipq { struct 60 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
|
| /freebsd/sys/security/mac/ |
| H A D | mac_inet.c | 143 mac_ipq_init(struct ipq *q, int flag) in mac_ipq_init() 182 mac_ipq_destroy(struct ipq *q) in mac_ipq_destroy() 200 mac_ipq_reassemble(struct ipq *q, struct mbuf *m) in mac_ipq_reassemble() 229 mac_ipq_create(struct mbuf *m, struct ipq *q) in mac_ipq_create() 258 mac_ipq_match(struct mbuf *m, struct ipq *q) in mac_ipq_match() 350 mac_ipq_update(struct mbuf *m, struct ipq *q) in mac_ipq_update()
|
| H A D | mac_framework.h | 65 struct ipq; 223 void mac_ipq_create(struct mbuf *m, struct ipq *q); 224 void mac_ipq_destroy(struct ipq *q); 225 int mac_ipq_init(struct ipq *q, int); 226 int mac_ipq_match(struct mbuf *m, struct ipq *q); 227 void mac_ipq_reassemble(struct ipq *q, struct mbuf *m); 228 void mac_ipq_update(struct mbuf *m, struct ipq *q);
|
| H A D | mac_policy.h | 81 struct ipq; 266 struct ipq *q, struct label *qlabel); 270 struct ipq *q, struct label *qlabel); 271 typedef void (*mpo_ipq_reassemble)(struct ipq *q, struct label *qlabel, 274 struct ipq *q, struct label *qlabel);
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | qcom,pcie.txt | 95 Usage: required for ipq/apq8064 199 Usage: required for ipq/apq8064 215 Usage: required for ipq/apq8064 287 Usage: required for ipq/apq8064 292 Usage: required for ipq/apq8064 318 * Example for ipq/apq8064
|
| /freebsd/sys/dts/arm/ |
| H A D | qcom-ipq4018-rt-ac58u.dts | 207 * "ipq: fdt fixup unable to find compatible node". 271 * "ipq: fdt fixup unable to find compatible node".
|
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 484 stub_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in stub_ipq_create() 491 stub_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in stub_ipq_match() 499 stub_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in stub_ipq_reassemble() 506 stub_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in stub_ipq_update()
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 1377 lomac_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in lomac_ipq_create() 1389 lomac_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in lomac_ipq_match() 1401 lomac_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in lomac_ipq_reassemble() 1414 lomac_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in lomac_ipq_update()
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 1173 mls_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in mls_ipq_create() 1185 mls_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in mls_ipq_match() 1197 mls_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in mls_ipq_reassemble() 1210 mls_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in mls_ipq_update()
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 1254 biba_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in biba_ipq_create() 1266 biba_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in biba_ipq_match() 1278 biba_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in biba_ipq_reassemble() 1291 biba_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in biba_ipq_update()
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 852 struct ipq *q, struct label *qlabel) in test_ipq_create() 887 struct ipq *q, struct label *qlabel) in test_ipq_match() 899 test_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in test_ipq_reassemble() 910 test_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in test_ipq_update()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | ipq5018.dtsi | 8 #include <dt-bindings/clock/qcom,apss-ipq.h>
|
| H A D | ipq9574.dtsi | 9 #include <dt-bindings/clock/qcom,apss-ipq.h> 10 #include <dt-bindings/clock/qcom,ipq-cmn-pll.h>
|
| H A D | ipq5332.dtsi | 8 #include <dt-bindings/clock/qcom,apss-ipq.h>
|
| H A D | ipq6018.dtsi | 11 #include <dt-bindings/clock/qcom,apss-ipq.h>
|