Searched refs:elp_skb (Results 1 – 2 of 2) sorted by relevance
233 elp_skb_len = hard_iface->bat_v.elp_skb->len; in batadv_v_elp_wifi_neigh_probe()234 skb = skb_copy_expand(hard_iface->bat_v.elp_skb, 0, in batadv_v_elp_wifi_neigh_probe()244 skb_put_zero(skb, probe_len - hard_iface->bat_v.elp_skb->len); in batadv_v_elp_wifi_neigh_probe()289 skb = skb_copy(hard_iface->bat_v.elp_skb, GFP_ATOMIC); in batadv_v_elp_periodic_work()362 hard_iface->bat_v.elp_skb = dev_alloc_skb(size); in batadv_v_elp_iface_enable()363 if (!hard_iface->bat_v.elp_skb) in batadv_v_elp_iface_enable()366 skb_reserve(hard_iface->bat_v.elp_skb, ETH_HLEN + NET_IP_ALIGN); in batadv_v_elp_iface_enable()367 elp_buff = skb_put_zero(hard_iface->bat_v.elp_skb, BATADV_ELP_HLEN); in batadv_v_elp_iface_enable()403 dev_kfree_skb(hard_iface->bat_v.elp_skb); in batadv_v_elp_iface_disable()404 hard_iface->bat_v.elp_skb = NULL; in batadv_v_elp_iface_disable()[all …]
125 struct sk_buff *elp_skb; member