Searched refs:optr (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/l2tp/
H A Dl2tp_core.h259 unsigned char *ptr, unsigned char *optr, u16 hdrflags,
324 unsigned char **ptr, unsigned char **optr)
329 int off = *ptr - *optr;
334 if (skb->data != *optr) {
335 *optr = skb->data;
323 l2tp_v3_ensure_opt_in_linear(struct l2tp_session *session, struct sk_buff *skb, unsigned char **ptr, unsigned char **optr) argument
H A Dl2tp_core.c641 unsigned char *ptr, unsigned char *optr, u16 hdrflags,
737 offset = ptr - optr;
797 unsigned char *ptr, *optr; local
816 optr = skb->data;
870 l2tp_v3_ensure_opt_in_linear(session, skb, &ptr, &optr)) {
875 l2tp_recv_common(session, skb, ptr, optr, hdrflags, length);
932 __be16 *optr = buf; local
952 return bufp - optr;
959 char *optr = bufp; local
992 return bufp - optr;
640 l2tp_recv_common(struct l2tp_session *session, struct sk_buff *skb, unsigned char *ptr, unsigned char *optr, u16 hdrflags, int length) argument
[all...]
H A Dl2tp_ip6.c129 unsigned char *ptr, *optr; local
138 optr = skb->data;
161 if (l2tp_v3_ensure_opt_in_linear(session, skb, &ptr, &optr))
164 l2tp_recv_common(session, skb, ptr, optr, 0, skb->len);
H A Dl2tp_ip.c119 unsigned char *ptr, *optr; local
128 optr = skb->data;
151 if (l2tp_v3_ensure_opt_in_linear(session, skb, &ptr, &optr))
154 l2tp_recv_common(session, skb, ptr, optr, 0, skb->len);
/linux-master/net/batman-adv/
H A Dtvlv.h29 void (*optr)(struct batadv_priv *bat_priv,
H A Dtvlv.c522 * @optr: ogm tvlv handler callback function. This function receives the orig
536 void (*optr)(struct batadv_priv *bat_priv,
566 tvlv_handler->ogm_handler = optr;
/linux-master/drivers/net/ppp/
H A Dppp_async.c58 unsigned char *optr; member in struct:asyncppp
178 ap->optr = ap->obuf;
533 ap->optr = buf;
663 if (!tty_stuffed && ap->optr < ap->olim) {
664 avail = ap->olim - ap->optr;
666 sent = tty->ops->write(tty, ap->optr, avail);
669 ap->optr += sent;
674 if (ap->optr >= ap->olim && ap->tpkt) {
711 ap->optr = ap->olim;
727 ap->optr
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mbx.c115 __le16 __iomem *optr; local
222 optr = &reg->isp82.mailbox_in[0];
224 optr = &reg->isp24.mailbox0;
226 optr = MAILBOX_REG(ha, &reg->isp, 0);
236 optr = MAILBOX_REG(ha, &reg->isp, 8);
240 wrt_reg_word(optr, *iptr);
242 wrt_reg_word(optr, 0);
246 optr++;
251 "I/O Address = %p.\n", optr);
H A Dqla_mr.c48 __le32 __iomem *optr; local
111 optr = &reg->ispfx00.mailbox0;
119 wrt_reg_dword(optr, *iptr);
122 optr++;
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c3461 int optr; /* old key/record index */ local
3490 optr = ptr;
3523 &optr, &ptr, &nptr, &ncur, lkey, stat);
3614 } else if (xfs_btree_needs_key_update(cur, optr)) {
/linux-master/drivers/scsi/
H A Dqla1280.c2418 uint16_t *optr, *iptr; local
2479 optr = mb;
2481 memcpy(optr, iptr, MAILBOX_REGISTER_COUNT * sizeof(uint16_t));

Completed in 342 milliseconds