Searched refs:apply (Results 1 – 5 of 5) sorted by relevance
17 bool apply = apply_bytes; in bpf_tcp_ingress() local32 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress()47 if (apply) { in bpf_tcp_ingress()73 bool apply = apply_bytes; in tcp_bpf_push() local83 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push()101 if (apply) in tcp_bpf_push()120 if (apply && !apply_bytes) in tcp_bpf_push()
152 goto apply; in ieee80211_ht_cap_ie_to_sta_ht_cap()205 goto apply; in ieee80211_ht_cap_ie_to_sta_ht_cap()245 apply: in ieee80211_ht_cap_ie_to_sta_ht_cap()
563 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record() local584 while (apply && sge->length) { in tls_split_open_record()585 if (sge->length > apply) { in tls_split_open_record()586 u32 len = sge->length - apply; in tls_split_open_record()590 sge->offset + apply); in tls_split_open_record()591 sge->length = apply; in tls_split_open_record()592 bytes += apply; in tls_split_open_record()593 apply = 0; in tls_split_open_record()595 apply -= sge->length; in tls_split_open_record()612 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
604 bool apply; in dsa_port_vlan_filtering() local615 apply = dsa_port_can_apply_vlan_filtering(dp, vlan_filtering, extack); in dsa_port_vlan_filtering()617 if (!apply) in dsa_port_vlan_filtering()