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.c734 bool split; in tls_push_record() local
744 split = split_point && split_point < msg_pl->sg.size; in tls_push_record()
745 if (unlikely((!split && in tls_push_record()
748 (split && in tls_push_record()
751 split = true; in tls_push_record()
754 if (split) { in tls_push_record()
769 split = false; in tls_push_record()
824 if (split) { in tls_push_record()
831 } else if (split) { in tls_push_record()
/net/devlink/
Dport.c251 if (!attrs->split) in devlink_nl_port_attrs_put()
809 if (devlink_port->attrs.split) in devlink_nl_cmd_port_split_doit()
1309 WARN_ON(attrs->splittable && attrs->split); in devlink_port_attrs_set()
1427 if (n < len && attrs->split) in __devlink_port_phys_port_name_get()
/net/wireless/
Dnl80211.c2409 bool split; member
2488 if (state->split) in nl80211_send_wiphy()
2535 if (state->split) in nl80211_send_wiphy()
2543 if (state->split) in nl80211_send_wiphy()
2553 band < (state->split ? in nl80211_send_wiphy()
2560 if (band > NL80211_BAND_5GHZ && !state->split) in nl80211_send_wiphy()
2575 state->split)) in nl80211_send_wiphy()
2578 if (state->split) in nl80211_send_wiphy()
2600 state->split)) in nl80211_send_wiphy()
2604 if (state->split) in nl80211_send_wiphy()
[all …]
/net/ipv6/
DKconfig133 encapsulation. The basic concept of ILA is that we split an
/net/ceph/
Dosd_client.c1617 bool split = false; in calc_target() local
1688 split = ceph_pg_is_split(&last_pgid, t->pg_num, pi->pg_num); in calc_target()
1690 if (legacy_change || force_resend || split) { in calc_target()
1722 if (unpaused || legacy_change || force_resend || split) in calc_target()
1729 legacy_change, force_resend, split, ct_res, t->osd); in calc_target()