Searched defs:qp (Results 1 - 5 of 5) sorted by relevance

/net/ipv4/
H A Dinet_fragment.c347 struct inet_frag_queue *qp; local
354 hlist_for_each_entry(qp, &hb->chain, list) {
355 if (qp->net == nf && f->match(qp, arg)) {
356 atomic_inc(&qp->refcnt);
360 return qp;
364 qp = qp_in;
365 if (!mod_timer(&qp->timer, jiffies + nf->timeout))
366 atomic_inc(&qp->refcnt);
368 atomic_inc(&qp
[all...]
H A Dip_fragment.c95 static int ip_frag_reasm(struct ipq *qp, struct sk_buff *prev,
121 const struct ipq *qp; local
124 qp = container_of(q, struct ipq, q);
125 return qp->id == arg->iph->id &&
126 qp->saddr == arg->iph->saddr &&
127 qp->daddr == arg->iph->daddr &&
128 qp->protocol == arg->iph->protocol &&
129 qp->user == arg->user;
134 struct ipq *qp = container_of(q, struct ipq, q); local
141 qp
153 struct ipq *qp; local
181 struct ipq *qp; local
259 ip_frag_too_far(struct ipq *qp) argument
286 ip_frag_reinit(struct ipq *qp) argument
318 ip_frag_queue(struct ipq *qp, struct sk_buff *skb) argument
502 ip_frag_reasm(struct ipq *qp, struct sk_buff *prev, struct net_device *dev) argument
635 struct ipq *qp; local
[all...]
/net/openvswitch/
H A Dflow.c299 struct qtag_prefix *qp; local
308 qp = (struct qtag_prefix *) skb->data;
309 key->eth.tci = qp->tci | htons(VLAN_TAG_PRESENT);
/net/9p/
H A Dtrans_rdma.c68 * @qp: Queue Pair pointer
95 struct ib_qp *qp; member in struct:p9_trans_rdma
379 if (rdma->qp && !IS_ERR(rdma->qp))
380 ib_destroy_qp(rdma->qp);
416 return ib_post_recv(rdma->qp, &wr, &bad_wr);
520 err = ib_post_send(rdma->qp, &wr, &bad_wr);
710 rdma->qp = rdma->cm_id->qp;
/net/sched/
H A Dsch_api.c142 struct Qdisc_ops *q, **qp; local
146 for (qp = &qdisc_base; (q = *qp) != NULL; qp = &q->next)
172 *qp = qops;
186 struct Qdisc_ops *q, **qp; local
190 for (qp = &qdisc_base; (q = *qp) != NULL; qp = &q->next)
194 *qp
[all...]

Completed in 122 milliseconds