Home
last modified time | relevance | path

Searched refs:elp_skb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dbat_v_elp.c221 elp_skb_len = hard_iface->bat_v.elp_skb->len; in batadv_v_elp_wifi_neigh_probe()
222 skb = skb_copy_expand(hard_iface->bat_v.elp_skb, 0, in batadv_v_elp_wifi_neigh_probe()
232 skb_put_zero(skb, probe_len - hard_iface->bat_v.elp_skb->len); in batadv_v_elp_wifi_neigh_probe()
277 skb = skb_copy(hard_iface->bat_v.elp_skb, GFP_ATOMIC); in batadv_v_elp_periodic_work()
351 hard_iface->bat_v.elp_skb = dev_alloc_skb(size); in batadv_v_elp_iface_enable()
352 if (!hard_iface->bat_v.elp_skb) in batadv_v_elp_iface_enable()
355 skb_reserve(hard_iface->bat_v.elp_skb, ETH_HLEN + NET_IP_ALIGN); in batadv_v_elp_iface_enable()
356 elp_buff = skb_put_zero(hard_iface->bat_v.elp_skb, in batadv_v_elp_iface_enable()
393 dev_kfree_skb(hard_iface->bat_v.elp_skb); in batadv_v_elp_iface_disable()
394 hard_iface->bat_v.elp_skb in batadv_v_elp_iface_disable()
[all...]
H A Dtypes.h118 /** @elp_skb: base skb containing the ELP message to send */
119 struct sk_buff *elp_skb; member
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_v_elp.c220 elp_skb_len = hard_iface->bat_v.elp_skb->len; in batadv_v_elp_wifi_neigh_probe()
221 skb = skb_copy_expand(hard_iface->bat_v.elp_skb, 0, in batadv_v_elp_wifi_neigh_probe()
231 skb_put_zero(skb, probe_len - hard_iface->bat_v.elp_skb->len); in batadv_v_elp_wifi_neigh_probe()
276 skb = skb_copy(hard_iface->bat_v.elp_skb, GFP_ATOMIC); in batadv_v_elp_periodic_work()
350 hard_iface->bat_v.elp_skb = dev_alloc_skb(size); in batadv_v_elp_iface_enable()
351 if (!hard_iface->bat_v.elp_skb) in batadv_v_elp_iface_enable()
354 skb_reserve(hard_iface->bat_v.elp_skb, ETH_HLEN + NET_IP_ALIGN); in batadv_v_elp_iface_enable()
355 elp_buff = skb_put_zero(hard_iface->bat_v.elp_skb, in batadv_v_elp_iface_enable()
392 dev_kfree_skb(hard_iface->bat_v.elp_skb); in batadv_v_elp_iface_disable()
393 hard_iface->bat_v.elp_skb in batadv_v_elp_iface_disable()
[all...]
H A Dtypes.h117 /** @elp_skb: base skb containing the ELP message to send */
118 struct sk_buff *elp_skb; member

Completed in 8 milliseconds