Searched refs:apply (Results 1 – 5 of 5) sorted by relevance
35 bool apply = apply_bytes; in bpf_tcp_ingress() local50 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() local103 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()
155 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()
611 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record() local632 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()
133 The regulatory core will only apply these regulatory hints on158 The regulatory core will apply these relaxations only for drivers that
800 bool apply; in dsa_port_vlan_filtering() local811 apply = dsa_port_can_apply_vlan_filtering(dp, vlan_filtering, extack); in dsa_port_vlan_filtering()813 if (!apply) in dsa_port_vlan_filtering()