Home
last modified time | relevance | path

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

/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.c691 bool split; in tls_push_record() local
701 split = split_point && split_point < msg_pl->sg.size; in tls_push_record()
702 if (unlikely((!split && in tls_push_record()
705 (split && in tls_push_record()
708 split = true; in tls_push_record()
711 if (split) { in tls_push_record()
726 split = false; in tls_push_record()
781 if (split) { in tls_push_record()
788 } else if (split) { in tls_push_record()
/net/wireless/
Dnl80211.c2368 bool split; member
2447 if (state->split) in nl80211_send_wiphy()
2494 if (state->split) in nl80211_send_wiphy()
2502 if (state->split) in nl80211_send_wiphy()
2512 band < (state->split ? in nl80211_send_wiphy()
2519 if (band > NL80211_BAND_5GHZ && !state->split) in nl80211_send_wiphy()
2534 state->split)) in nl80211_send_wiphy()
2537 if (state->split) in nl80211_send_wiphy()
2559 state->split)) in nl80211_send_wiphy()
2563 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()
9282 WARN_ON(attrs->splittable && attrs->split); in devlink_port_attrs_set()
9484 if (n < len && attrs->split) in __devlink_port_phys_port_name_get()