Symbol: caif_assert
net/caif/caif_socket.c
1005
caif_assert(!refcount_read(&sk->sk_wmem_alloc));
net/caif/caif_socket.c
1006
caif_assert(sk_unhashed(sk));
net/caif/caif_socket.c
1007
caif_assert(!sk->sk_socket);
net/caif/caif_socket.c
524
caif_assert(cf_sk);
net/caif/caif_socket.c
761
caif_assert(sk->sk_state == CAIF_DISCONNECTED);
net/caif/caif_socket.c
780
caif_assert(sk->sk_state == CAIF_CONNECTED ||
net/caif/caif_socket.c
793
caif_assert(1); /*Should never happen */
net/caif/caif_usb.c
93
caif_assert(offsetof(struct cfusbl, layer) == 0);
net/caif/cfcnfg.c
184
caif_assert(adap_layer != NULL);
net/caif/cfcnfg.c
280
caif_assert(sizeof(l->u.utility.name) > 10);
net/caif/cfcnfg.c
341
caif_assert(param.phyid == phy->id);
net/caif/cfcnfg.c
342
caif_assert(phy->frm_layer->id ==
net/caif/cfcnfg.c
344
caif_assert(phy->phy_layer->id ==
net/caif/cfcnfg.c
396
caif_assert(cnfg != NULL);
net/caif/cfcnfg.c
397
caif_assert(phyid != 0);
net/caif/cfcnfg.c
405
caif_assert(phyinfo != NULL);
net/caif/cfcnfg.c
406
caif_assert(phyinfo->id == phyid);
net/caif/cfcnfg.c
407
caif_assert(phyinfo->phy_layer != NULL);
net/caif/cfcnfg.c
408
caif_assert(phyinfo->phy_layer->id == phyid);
net/caif/cfcnfg.c
577
caif_assert(phyid == phyinfo->id);
net/caif/cfcnfg.c
578
caif_assert(phy_layer == phyinfo->phy_layer);
net/caif/cfcnfg.c
579
caif_assert(phy_layer->id == phyid);
net/caif/cfcnfg.c
580
caif_assert(phyinfo->frm_layer->id == phyid);
net/caif/cfctrl.c
189
caif_assert(offsetof(struct cfctrl, serv.layer) == 0);
net/caif/cfctrl.c
42
caif_assert(offsetof(struct cfctrl, serv.layer) == 0);
net/caif/cfctrl.c
440
caif_assert(sizeof(linkparam.u.utility.name)
net/caif/cfdbgl.c
25
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfdgml.c
32
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfdgml.c
45
caif_assert(layr->up != NULL);
net/caif/cfdgml.c
46
caif_assert(layr->receive != NULL);
net/caif/cfdgml.c
47
caif_assert(layr->ctrlcmd != NULL);
net/caif/cffrml.c
46
caif_assert(offsetof(struct cffrml, layer) == 0);
net/caif/cfmuxl.c
117
caif_assert(dn != NULL);
net/caif/cfrfml.c
106
caif_assert(layr->up != NULL);
net/caif/cfrfml.c
107
caif_assert(layr->receive != NULL);
net/caif/cfrfml.c
198
caif_assert(cfpkt_getlen(pkt) < rfml->fragment_size + RFM_HEAD_SIZE);
net/caif/cfrfml.c
222
caif_assert(layr->dn != NULL);
net/caif/cfrfml.c
223
caif_assert(layr->dn->transmit != NULL);
net/caif/cfserl.c
44
caif_assert(offsetof(struct cfserl, layer) == 0);
net/caif/cfserl.c
66
caif_assert(newpkt != NULL);
net/caif/cfsrvl.c
100
caif_assert(layr->dn->transmit != NULL);
net/caif/cfsrvl.c
165
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfsrvl.c
98
caif_assert(layr != NULL);
net/caif/cfsrvl.c
99
caif_assert(layr->dn != NULL);
net/caif/cfutill.c
32
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfutill.c
44
caif_assert(layr != NULL);
net/caif/cfutill.c
45
caif_assert(layr->up != NULL);
net/caif/cfutill.c
46
caif_assert(layr->up->receive != NULL);
net/caif/cfutill.c
47
caif_assert(layr->up->ctrlcmd != NULL);
net/caif/cfutill.c
84
caif_assert(layr != NULL);
net/caif/cfutill.c
85
caif_assert(layr->dn != NULL);
net/caif/cfutill.c
86
caif_assert(layr->dn->transmit != NULL);
net/caif/cfveil.c
31
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfveil.c
43
caif_assert(layr->up != NULL);
net/caif/cfveil.c
44
caif_assert(layr->receive != NULL);
net/caif/cfveil.c
45
caif_assert(layr->ctrlcmd != NULL);
net/caif/cfveil.c
83
caif_assert(layr->dn != NULL);
net/caif/cfveil.c
84
caif_assert(layr->dn->transmit != NULL);
net/caif/cfvidl.c
27
caif_assert(offsetof(struct cfsrvl, layer) == 0);