Searched refs:data_ind (Results 1 – 5 of 5) sorted by relevance
1797 u8 *data_ind in ca8210_skb_rx() argument1803 u8 mpdulinkquality = data_ind[23]; in ca8210_skb_rx()1814 msdulen = data_ind[22]; /* msdu_length */ in ca8210_skb_rx()1829 hdr.sec.level = data_ind[29 + msdulen]; in ca8210_skb_rx()1832 hdr.sec.key_id_mode = data_ind[30 + msdulen]; in ca8210_skb_rx()1833 memcpy(&hdr.sec.extended_src, &data_ind[31 + msdulen], 8); in ca8210_skb_rx()1834 hdr.sec.key_id = data_ind[39 + msdulen]; in ca8210_skb_rx()1836 hdr.source.mode = data_ind[0]; in ca8210_skb_rx()1838 hdr.source.pan_id = *(u16 *)&data_ind[1]; in ca8210_skb_rx()1840 memcpy(&hdr.source.extended_addr, &data_ind[3], 8); in ca8210_skb_rx()[all …]
90 int (*data_ind)(struct concap_proto *cprot, struct sk_buff *skb); member
61 .data_ind = &isdn_x25iface_receive,
1856 if (cprot->pops->data_ind) { in isdn_net_receive()1857 cprot->pops->data_ind(cprot, skb); in isdn_net_receive()
132 int (*data_ind)(struct concap_proto *cprot, struct sk_buff *skb);