Home
last modified time | relevance | path

Searched refs:split (Results 1 – 7 of 7) sorted by relevance

/net/sched/
Dsch_cbq.c95 struct cbq_class *split; /* Ptr to split node */ member
914 struct cbq_class *split = cl->split; in cbq_sync_defmap() local
918 if (split == NULL) in cbq_sync_defmap()
922 if (split->defaults[i] == cl && !(cl->defmap & (1<<i))) in cbq_sync_defmap()
923 split->defaults[i] = NULL; in cbq_sync_defmap()
927 int level = split->level; in cbq_sync_defmap()
929 if (split->defaults[i]) in cbq_sync_defmap()
937 if (c->split == split && c->level < level && in cbq_sync_defmap()
939 split->defaults[i] = c; in cbq_sync_defmap()
949 struct cbq_class *split = NULL; in cbq_change_defmap() local
[all …]
/net/caif/
Dcfpkt_skbuff.c336 u8 *split = skb->data + pos; in cfpkt_split() local
337 u16 len2nd = skb_tail_pointer(skb) - split; in cfpkt_split()
358 skb_put_data(skb2, split, len2nd); in cfpkt_split()
/net/tls/
Dtls_sw.c686 bool split; in tls_push_record() local
696 split = split_point && split_point < msg_pl->sg.size; in tls_push_record()
697 if (unlikely((!split && in tls_push_record()
700 (split && in tls_push_record()
703 split = true; in tls_push_record()
706 if (split) { in tls_push_record()
721 split = false; in tls_push_record()
776 if (split) { in tls_push_record()
783 } else if (split) { in tls_push_record()
/net/wireless/
Dnl80211.c2374 bool split; member
2453 if (state->split) in nl80211_send_wiphy()
2500 if (state->split) in nl80211_send_wiphy()
2508 if (state->split) in nl80211_send_wiphy()
2518 band < (state->split ? in nl80211_send_wiphy()
2525 if (band > NL80211_BAND_5GHZ && !state->split) in nl80211_send_wiphy()
2540 state->split)) in nl80211_send_wiphy()
2543 if (state->split) in nl80211_send_wiphy()
2565 state->split)) in nl80211_send_wiphy()
2569 if (state->split) in nl80211_send_wiphy()
[all …]
/net/ipv6/
DKconfig132 encapsulation. The basic concept of ILA is that we split an
/net/ceph/
Dosd_client.c1537 bool split = false; in calc_target() local
1608 split = ceph_pg_is_split(&last_pgid, t->pg_num, pi->pg_num); in calc_target()
1610 if (legacy_change || force_resend || split) { in calc_target()
1642 if (unpaused || legacy_change || force_resend || split) in calc_target()
1649 legacy_change, force_resend, split, ct_res, t->osd); in calc_target()
/net/core/
Ddevlink.c808 if (!attrs->split) in devlink_nl_port_attrs_put()
1463 if (devlink_port->attrs.split) in devlink_nl_cmd_port_split_doit()
9279 WARN_ON(attrs->splittable && attrs->split); in devlink_port_attrs_set()
9481 if (n < len && attrs->split) in __devlink_port_phys_port_name_get()