Searched defs:len_diff (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 281 int len_diff = 0; in update_hidden_ssid() local 359 int len_diff; in issue_beacon() local 5326 int len_diff = 0; in set_tx_beacon_cmd() local
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2404 int len_diff = 0; in update_hidden_ssid() local 2489 int len_diff; in issue_beacon() local 6566 int len_diff = 0; in set_tx_beacon_cmd() local
|
/Linux-v5.4/net/core/ |
D | filter.c | 2834 const u32 len_diff = sizeof(struct ipv6hdr) - sizeof(struct iphdr); in bpf_skb_proto_4_to_6() local 2875 const u32 len_diff = sizeof(struct ipv6hdr) - sizeof(struct iphdr); in bpf_skb_proto_6_to_4() local 3009 static int bpf_skb_net_grow(struct sk_buff *skb, u32 off, u32 len_diff, in bpf_skb_net_grow() 3107 static int bpf_skb_net_shrink(struct sk_buff *skb, u32 off, u32 len_diff, in bpf_skb_net_shrink() 3151 BPF_CALL_4(bpf_skb_adjust_room, struct sk_buff *, skb, s32, len_diff, in BPF_CALL_4() argument
|