Searched refs:data_ind (Results 1 – 3 of 3) sorted by relevance
90 int (*data_ind)(struct concap_proto *cprot, struct sk_buff *skb); member
132 int (*data_ind)(struct concap_proto *cprot, struct sk_buff *skb);
1857 if (cprot->pops->data_ind) { in isdn_net_receive()1858 cprot->pops->data_ind(cprot, skb); in isdn_net_receive()