Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 5 of 5) sorted by relevance

/net/ipv4/
Dtcp_bpf.c35 bool apply = apply_bytes; in bpf_tcp_ingress() local
50 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress()
65 if (apply) { in bpf_tcp_ingress()
92 bool apply = apply_bytes; in tcp_bpf_push() local
103 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push()
124 if (apply) in tcp_bpf_push()
143 if (apply && !apply_bytes) in tcp_bpf_push()
/net/mac80211/
Dht.c155 goto apply; in ieee80211_ht_cap_ie_to_sta_ht_cap()
208 goto apply; in ieee80211_ht_cap_ie_to_sta_ht_cap()
250 apply: in ieee80211_ht_cap_ie_to_sta_ht_cap()
/net/tls/
Dtls_sw.c611 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record() local
632 while (apply && sge->length) { in tls_split_open_record()
633 if (sge->length > apply) { in tls_split_open_record()
634 u32 len = sge->length - apply; in tls_split_open_record()
638 sge->offset + apply); in tls_split_open_record()
639 sge->length = apply; in tls_split_open_record()
640 bytes += apply; in tls_split_open_record()
641 apply = 0; in tls_split_open_record()
643 apply -= sge->length; in tls_split_open_record()
660 msg_npl->apply_bytes = apply; in tls_split_open_record()
/net/wireless/
DKconfig133 The regulatory core will only apply these regulatory hints on
158 The regulatory core will apply these relaxations only for drivers that
/net/dsa/
Dport.c800 bool apply; in dsa_port_vlan_filtering() local
811 apply = dsa_port_can_apply_vlan_filtering(dp, vlan_filtering, extack); in dsa_port_vlan_filtering()
813 if (!apply) in dsa_port_vlan_filtering()