Searched defs:split (Results 1 - 3 of 3) sorted by relevance

/net/caif/
H A Dcfpkt_skbuff.c355 u8 *split = skb->data + pos; local
356 u16 len2nd = skb_tail_pointer(skb) - split;
362 PKT_ERROR(pkt, "trying to split beyond end of packet\n");
381 memcpy(skb2->data, split, len2nd);
/net/sched/
H A Dsch_cbq.c107 struct cbq_class *split; /* Ptr to split node */ member in struct:cbq_class
212 * so that it resolves to split nodes. Then packets are classified
214 * to the split node.
1073 struct cbq_class *split = cl->split; local
1077 if (split == NULL)
1081 if (split->defaults[i] == cl && !(cl->defmap & (1<<i)))
1082 split->defaults[i] = NULL;
1086 int level = split
1108 struct cbq_class *split = NULL; local
[all...]
/net/wireless/
H A Dnl80211.c1164 int flags, bool split, long *split_start,
1184 if (!split) {
1241 if (split)
1286 if (split)
1293 if (split)
1317 if (split)
1336 split))
1340 if (split)
1352 if (split) {
1369 if (split)
1162 nl80211_send_wiphy(struct cfg80211_registered_device *dev, struct sk_buff *msg, u32 portid, u32 seq, int flags, bool split, long *split_start, long *band_start, long *chan_start) argument
1607 bool split = false; local
[all...]

Completed in 228 milliseconds