Searched refs:len_diff (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/ktest/ |
D | config-bisect.pl | 500 my $len_diff = $#diff_arr + 1; 520 doprint "# of configs to check: $len_diff\n"; 524 if ($len_diff > 0) { 556 if (!$runtest && $len_diff > 0) {
|
/Linux-v4.19/net/core/ |
D | filter.c | 2612 const u32 len_diff = sizeof(struct ipv6hdr) - sizeof(struct iphdr); in bpf_skb_proto_4_to_6() local 2620 ret = skb_cow(skb, len_diff); in bpf_skb_proto_4_to_6() 2624 ret = bpf_skb_net_hdr_push(skb, off, len_diff); in bpf_skb_proto_4_to_6() 2640 skb_decrease_gso_size(shinfo, len_diff); in bpf_skb_proto_4_to_6() 2654 const u32 len_diff = sizeof(struct ipv6hdr) - sizeof(struct iphdr); in bpf_skb_proto_6_to_4() local 2666 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_proto_6_to_4() 2682 skb_increase_gso_size(shinfo, len_diff); in bpf_skb_proto_6_to_4() 2779 static int bpf_skb_net_grow(struct sk_buff *skb, u32 len_diff) in bpf_skb_net_grow() argument 2788 ret = skb_cow(skb, len_diff); in bpf_skb_net_grow() 2792 ret = bpf_skb_net_hdr_push(skb, off, len_diff); in bpf_skb_net_grow() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 282 int len_diff = 0; in update_hidden_ssid() local 296 len_diff -= ssid_len_ori; in update_hidden_ssid() 308 return len_diff; in update_hidden_ssid() 360 int len_diff; in issue_beacon() local 366 len_diff = update_hidden_ssid( in issue_beacon() 371 pframe += (cur_network->ie_length+len_diff); in issue_beacon() 372 pattrib->pktlen += (cur_network->ie_length+len_diff); in issue_beacon() 5346 int len_diff = 0; in set_tx_beacon_cmd() local 5362 len_diff = update_hidden_ssid(ptxBeacon_parm->ies+_BEACON_IE_OFFSET_, in set_tx_beacon_cmd() 5365 ptxBeacon_parm->ie_length += len_diff; in set_tx_beacon_cmd()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2418 int len_diff = 0; in update_hidden_ssid() local 2435 len_diff -= ssid_len_ori; in update_hidden_ssid() 2447 return len_diff; in update_hidden_ssid() 2503 int len_diff; in issue_beacon() local 2505 len_diff = update_hidden_ssid( in issue_beacon() 2510 pframe += (cur_network->IELength+len_diff); in issue_beacon() 2511 pattrib->pktlen += (cur_network->IELength+len_diff); in issue_beacon() 6631 int len_diff = 0; in set_tx_beacon_cmd() local 6648 len_diff = update_hidden_ssid( in set_tx_beacon_cmd() 6653 ptxBeacon_parm->network.IELength += len_diff; in set_tx_beacon_cmd()
|