cfpkt 13 include/net/caif/caif_layer.h struct cfpkt; cfpkt 179 include/net/caif/caif_layer.h int (*receive)(struct cflayer *layr, struct cfpkt *cfpkt); cfpkt 206 include/net/caif/caif_layer.h int (*transmit) (struct cflayer *layr, struct cfpkt *cfpkt); cfpkt 11 include/net/caif/cfpkt.h struct cfpkt; cfpkt 17 include/net/caif/cfpkt.h struct cfpkt *cfpkt_create(u16 len); cfpkt 23 include/net/caif/cfpkt.h void cfpkt_destroy(struct cfpkt *pkt); cfpkt 33 include/net/caif/cfpkt.h int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len); cfpkt 35 include/net/caif/cfpkt.h static inline u8 cfpkt_extr_head_u8(struct cfpkt *pkt) cfpkt 44 include/net/caif/cfpkt.h static inline u16 cfpkt_extr_head_u16(struct cfpkt *pkt) cfpkt 53 include/net/caif/cfpkt.h static inline u32 cfpkt_extr_head_u32(struct cfpkt *pkt) cfpkt 71 include/net/caif/cfpkt.h int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len); cfpkt 81 include/net/caif/cfpkt.h int cfpkt_extr_trail(struct cfpkt *pkt, void *data, u16 len); cfpkt 92 include/net/caif/cfpkt.h int cfpkt_add_head(struct cfpkt *pkt, const void *data, u16 len); cfpkt 103 include/net/caif/cfpkt.h int cfpkt_add_trail(struct cfpkt *pkt, const void *data, u16 len); cfpkt 113 include/net/caif/cfpkt.h int cfpkt_pad_trail(struct cfpkt *pkt, u16 len); cfpkt 122 include/net/caif/cfpkt.h int cfpkt_addbdy(struct cfpkt *pkt, const u8 data); cfpkt 132 include/net/caif/cfpkt.h int cfpkt_add_body(struct cfpkt *pkt, const void *data, u16 len); cfpkt 139 include/net/caif/cfpkt.h bool cfpkt_more(struct cfpkt *pkt); cfpkt 148 include/net/caif/cfpkt.h bool cfpkt_erroneous(struct cfpkt *pkt); cfpkt 155 include/net/caif/cfpkt.h u16 cfpkt_getlen(struct cfpkt *pkt); cfpkt 163 include/net/caif/cfpkt.h int cfpkt_setlen(struct cfpkt *pkt, u16 len); cfpkt 176 include/net/caif/cfpkt.h struct cfpkt *cfpkt_append(struct cfpkt *dstpkt, struct cfpkt *addpkt, cfpkt 185 include/net/caif/cfpkt.h struct cfpkt *cfpkt_split(struct cfpkt *pkt, u16 pos); cfpkt 201 include/net/caif/cfpkt.h int cfpkt_iterate(struct cfpkt *pkt, cfpkt 210 include/net/caif/cfpkt.h struct cfpkt *cfpkt_fromnative(enum caif_direction dir, void *nativepkt); cfpkt 216 include/net/caif/cfpkt.h void *cfpkt_tonative(struct cfpkt *pkt); cfpkt 223 include/net/caif/cfpkt.h struct caif_payload_info *cfpkt_info(struct cfpkt *pkt); cfpkt 230 include/net/caif/cfpkt.h void cfpkt_set_prio(struct cfpkt *pkt, int prio); cfpkt 166 net/caif/caif_dev.c static int transmit(struct cflayer *layer, struct cfpkt *pkt) cfpkt 248 net/caif/caif_dev.c struct cfpkt *pkt; cfpkt 165 net/caif/caif_socket.c static int caif_sktrecv_cb(struct cflayer *layr, struct cfpkt *pkt) cfpkt 503 net/caif/caif_socket.c struct cfpkt *pkt; cfpkt 38 net/caif/caif_usb.c static int cfusbl_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 48 net/caif/caif_usb.c static int cfusbl_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 23 net/caif/cfctrl.c int cmd, struct cfpkt *pkt){ cfpkt 28 net/caif/cfctrl.c int cmd, struct cfpkt *pkt); cfpkt 30 net/caif/cfctrl.c static int cfctrl_recv(struct cflayer *layr, struct cfpkt *pkt); cfpkt 178 net/caif/cfctrl.c struct cfpkt *pkt; cfpkt 210 net/caif/cfctrl.c struct cfpkt *pkt; cfpkt 308 net/caif/cfctrl.c struct cfpkt *pkt; cfpkt 350 net/caif/cfctrl.c static int cfctrl_recv(struct cflayer *layer, struct cfpkt *pkt) cfpkt 586 net/caif/cfctrl.c static int handle_loop(struct cfctrl *ctrl, int cmd, struct cfpkt *pkt) cfpkt 17 net/caif/cfdbgl.c static int cfdbgl_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 18 net/caif/cfdbgl.c static int cfdbgl_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 33 net/caif/cfdbgl.c static int cfdbgl_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 38 net/caif/cfdbgl.c static int cfdbgl_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 24 net/caif/cfdgml.c static int cfdgml_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 25 net/caif/cfdgml.c static int cfdgml_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 40 net/caif/cfdgml.c static int cfdgml_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 81 net/caif/cfdgml.c static int cfdgml_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 28 net/caif/cffrml.c static int cffrml_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 29 net/caif/cffrml.c static int cffrml_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 82 net/caif/cffrml.c static int cffrml_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 137 net/caif/cffrml.c static int cffrml_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 42 net/caif/cfmuxl.c static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 43 net/caif/cfmuxl.c static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 174 net/caif/cfmuxl.c static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 211 net/caif/cfmuxl.c static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 45 net/caif/cfpkt_skbuff.c static inline struct cfpkt_priv_data *cfpkt_priv(struct cfpkt *pkt) cfpkt 50 net/caif/cfpkt_skbuff.c static inline bool is_erronous(struct cfpkt *pkt) cfpkt 55 net/caif/cfpkt_skbuff.c static inline struct sk_buff *pkt_to_skb(struct cfpkt *pkt) cfpkt 60 net/caif/cfpkt_skbuff.c static inline struct cfpkt *skb_to_pkt(struct sk_buff *skb) cfpkt 62 net/caif/cfpkt_skbuff.c return (struct cfpkt *) skb; cfpkt 65 net/caif/cfpkt_skbuff.c struct cfpkt *cfpkt_fromnative(enum caif_direction dir, void *nativepkt) cfpkt 67 net/caif/cfpkt_skbuff.c struct cfpkt *pkt = skb_to_pkt(nativepkt); cfpkt 73 net/caif/cfpkt_skbuff.c void *cfpkt_tonative(struct cfpkt *pkt) cfpkt 79 net/caif/cfpkt_skbuff.c static struct cfpkt *cfpkt_create_pfx(u16 len, u16 pfx) cfpkt 91 net/caif/cfpkt_skbuff.c inline struct cfpkt *cfpkt_create(u16 len) cfpkt 96 net/caif/cfpkt_skbuff.c void cfpkt_destroy(struct cfpkt *pkt) cfpkt 102 net/caif/cfpkt_skbuff.c inline bool cfpkt_more(struct cfpkt *pkt) cfpkt 108 net/caif/cfpkt_skbuff.c int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len) cfpkt 119 net/caif/cfpkt_skbuff.c int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len) cfpkt 145 net/caif/cfpkt_skbuff.c int cfpkt_extr_trail(struct cfpkt *pkt, void *dta, u16 len) cfpkt 167 net/caif/cfpkt_skbuff.c int cfpkt_pad_trail(struct cfpkt *pkt, u16 len) cfpkt 172 net/caif/cfpkt_skbuff.c int cfpkt_add_body(struct cfpkt *pkt, const void *data, u16 len) cfpkt 210 net/caif/cfpkt_skbuff.c inline int cfpkt_addbdy(struct cfpkt *pkt, u8 data) cfpkt 215 net/caif/cfpkt_skbuff.c int cfpkt_add_head(struct cfpkt *pkt, const void *data2, u16 len) cfpkt 242 net/caif/cfpkt_skbuff.c inline int cfpkt_add_trail(struct cfpkt *pkt, const void *data, u16 len) cfpkt 247 net/caif/cfpkt_skbuff.c inline u16 cfpkt_getlen(struct cfpkt *pkt) cfpkt 253 net/caif/cfpkt_skbuff.c int cfpkt_iterate(struct cfpkt *pkt, cfpkt 270 net/caif/cfpkt_skbuff.c int cfpkt_setlen(struct cfpkt *pkt, u16 len) cfpkt 294 net/caif/cfpkt_skbuff.c struct cfpkt *cfpkt_append(struct cfpkt *dstpkt, cfpkt 295 net/caif/cfpkt_skbuff.c struct cfpkt *addpkt, cfpkt 315 net/caif/cfpkt_skbuff.c struct cfpkt *tmppkt; cfpkt 331 net/caif/cfpkt_skbuff.c struct cfpkt *cfpkt_split(struct cfpkt *pkt, u16 pos) cfpkt 335 net/caif/cfpkt_skbuff.c struct cfpkt *tmppkt; cfpkt 367 net/caif/cfpkt_skbuff.c bool cfpkt_erroneous(struct cfpkt *pkt) cfpkt 372 net/caif/cfpkt_skbuff.c struct caif_payload_info *cfpkt_info(struct cfpkt *pkt) cfpkt 378 net/caif/cfpkt_skbuff.c void cfpkt_set_prio(struct cfpkt *pkt, int prio) cfpkt 21 net/caif/cfrfml.c static int cfrfml_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 22 net/caif/cfrfml.c static int cfrfml_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 26 net/caif/cfrfml.c struct cfpkt *incomplete_frm; cfpkt 71 net/caif/cfrfml.c static struct cfpkt *rfm_append(struct cfrfml *rfml, char *seghead, cfpkt 72 net/caif/cfrfml.c struct cfpkt *pkt, int *err) cfpkt 74 net/caif/cfrfml.c struct cfpkt *tmppkt; cfpkt 97 net/caif/cfrfml.c static int cfrfml_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 104 net/caif/cfrfml.c struct cfpkt *tmppkt = NULL; cfpkt 196 net/caif/cfrfml.c static int cfrfml_transmit_segment(struct cfrfml *rfml, struct cfpkt *pkt) cfpkt 213 net/caif/cfrfml.c static int cfrfml_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 218 net/caif/cfrfml.c struct cfpkt *rearpkt = NULL; cfpkt 219 net/caif/cfrfml.c struct cfpkt *frontpkt = pkt; cfpkt 23 net/caif/cfserl.c struct cfpkt *incomplete_frm; cfpkt 29 net/caif/cfserl.c static int cfserl_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 30 net/caif/cfserl.c static int cfserl_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 49 net/caif/cfserl.c static int cfserl_receive(struct cflayer *l, struct cfpkt *newpkt) cfpkt 53 net/caif/cfserl.c struct cfpkt *pkt = NULL; cfpkt 54 net/caif/cfserl.c struct cfpkt *tail_pkt = NULL; cfpkt 175 net/caif/cfserl.c static int cfserl_transmit(struct cflayer *layer, struct cfpkt *newpkt) cfpkt 109 net/caif/cfsrvl.c struct cfpkt *pkt; cfpkt 130 net/caif/cfsrvl.c struct cfpkt *pkt; cfpkt 24 net/caif/cfutill.c static int cfutill_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 25 net/caif/cfutill.c static int cfutill_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 40 net/caif/cfutill.c static int cfutill_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 78 net/caif/cfutill.c static int cfutill_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 23 net/caif/cfveil.c static int cfvei_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 24 net/caif/cfveil.c static int cfvei_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 39 net/caif/cfveil.c static int cfvei_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 75 net/caif/cfveil.c static int cfvei_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 19 net/caif/cfvidl.c static int cfvidl_receive(struct cflayer *layr, struct cfpkt *pkt); cfpkt 20 net/caif/cfvidl.c static int cfvidl_transmit(struct cflayer *layr, struct cfpkt *pkt); cfpkt 36 net/caif/cfvidl.c static int cfvidl_receive(struct cflayer *layr, struct cfpkt *pkt) cfpkt 47 net/caif/cfvidl.c static int cfvidl_transmit(struct cflayer *layr, struct cfpkt *pkt) cfpkt 70 net/caif/chnl_net.c static int chnl_recv_cb(struct cflayer *layr, struct cfpkt *pkt) cfpkt 217 net/caif/chnl_net.c struct cfpkt *pkt = NULL;