Lines Matching refs:tvlv_value

233 				    void *tvlv_value, u16 tvlv_value_len)  in batadv_tvlv_container_register()  argument
237 if (!tvlv_value) in batadv_tvlv_container_register()
248 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()
318 void *tvlv_value; in batadv_tvlv_container_ogm_append() local
333 tvlv_value = (*packet_buff) + packet_min_len; in batadv_tvlv_container_ogm_append()
336 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()
340 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append()
341 memcpy(tvlv_value, tvlv + 1, ntohs(tvlv->tvlv_hdr.len)); in batadv_tvlv_container_ogm_append()
342 tvlv_value = (u8 *)tvlv_value + ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_ogm_append()
368 struct sk_buff *skb, void *tvlv_value, in batadv_tvlv_call_handler() argument
388 tvlv_value, tvlv_value_len); in batadv_tvlv_call_handler()
402 dst, tvlv_value, in batadv_tvlv_call_handler()
411 tvlv_offset = (unsigned char *)tvlv_value - skb->data; in batadv_tvlv_call_handler()
437 struct sk_buff *skb, void *tvlv_value, in batadv_tvlv_containers_process() argument
447 tvlv_hdr = tvlv_value; in batadv_tvlv_containers_process()
449 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_containers_process()
461 tvlv_value, in batadv_tvlv_containers_process()
464 tvlv_value = (u8 *)tvlv_value + tvlv_value_cont_len; in batadv_tvlv_containers_process()
501 void *tvlv_value; in batadv_tvlv_ogm_receive() local
511 tvlv_value = batadv_ogm_packet + 1; in batadv_tvlv_ogm_receive()
514 tvlv_value, tvlv_value_len); in batadv_tvlv_ogm_receive()
539 void *tvlv_value, in batadv_tvlv_handler_register() argument
543 void *tvlv_value, in batadv_tvlv_handler_register()
619 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_unicast_send() argument
658 memcpy(tvlv_buff, tvlv_value, tvlv_value_len); in batadv_tvlv_unicast_send()