Home
last modified time | relevance | path

Searched refs:ipq (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/net/ipv4/
Dip_fragment.c61 struct ipq { struct
78 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *skb, argument
84 struct ipq *qp = container_of(q, struct ipq, q); in ip4_frag_init()
98 struct ipq *qp; in ip4_frag_free()
100 qp = container_of(q, struct ipq, q); in ip4_frag_free()
108 static void ipq_put(struct ipq *ipq) in ipq_put() argument
110 inet_frag_put(&ipq->q); in ipq_put()
116 static void ipq_kill(struct ipq *ipq) in ipq_kill() argument
118 inet_frag_kill(&ipq->q); in ipq_kill()
139 struct ipq *qp; in ip_expire()
[all …]
/Linux-v6.1/drivers/clk/qcom/
DMakefile24 obj-$(CONFIG_IPQ_APSS_PLL) += apss-ipq-pll.o
DKconfig121 Support for APSS PLL on ipq devices. The APSS PLL is the main
122 clock that feeds the CPUs on ipq based devices.
123 Say Y if you want to support CPU frequency scaling on ipq based
135 ipq based devices.
/Linux-v6.1/net/iucv/
Diucv.c1553 struct iucv_path_quiesced *ipq = (void *) data; in iucv_path_quiesced() local
1554 struct iucv_path *path = iucv_path_table[ipq->ippathid]; in iucv_path_quiesced()
1557 path->handler->path_quiesced(path, ipq->ipuser); in iucv_path_quiesced()
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dipq6018.dtsi11 #include <dt-bindings/clock/qcom,apss-ipq.h>