Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bpf.c17 bool apply = apply_bytes; in bpf_tcp_ingress() local
32 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() local
83 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()
/net/mac80211/
Dht.c152 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()
/net/tls/
Dtls_sw.c563 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes; in tls_split_open_record() local
584 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()
/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.c604 bool apply; in dsa_port_vlan_filtering() local
615 apply = dsa_port_can_apply_vlan_filtering(dp, vlan_filtering, extack); in dsa_port_vlan_filtering()
617 if (!apply) in dsa_port_vlan_filtering()