| H A D | tvlv.c | 231 * @tvlv_value: tvlv container content 239 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_container_register() argument 244 if (!tvlv_value) in batadv_tvlv_container_register() 255 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register() 338 void *tvlv_value; in batadv_tvlv_container_ogm_append() local 360 tvlv_value = (u8 *)ogm_buff->buf + ogm_buff->header_length; in batadv_tvlv_container_ogm_append() 363 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append() 367 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append() 368 memcpy(tvlv_value, tvlv + 1, ntohs(tvlv->tvlv_hdr.len)); in batadv_tvlv_container_ogm_append() 369 tvlv_value in batadv_tvlv_container_ogm_append() 397 batadv_tvlv_call_handler(struct batadv_priv * bat_priv,struct batadv_tvlv_handler * tvlv_handler,u8 packet_type,struct batadv_orig_node * orig_node,struct sk_buff * skb,void * tvlv_value,u16 tvlv_value_len) batadv_tvlv_call_handler() argument 465 batadv_tvlv_hdr_next(void ** tvlv_value,u16 * tvlv_value_len) batadv_tvlv_hdr_next() argument 508 batadv_tvlv_containers_contain(void * tvlv_value,u16 tvlv_value_len,u8 type,u8 version) batadv_tvlv_containers_contain() argument 539 batadv_tvlv_containers_process(struct batadv_priv * bat_priv,u8 packet_type,struct batadv_orig_node * orig_node,struct sk_buff * skb,void * tvlv_value,u16 tvlv_value_len) batadv_tvlv_containers_process() argument 610 void *tvlv_value; batadv_tvlv_ogm_receive() local 647 batadv_tvlv_handler_register(struct batadv_priv * bat_priv,void (* optr)(struct batadv_priv * bat_priv,struct batadv_orig_node * orig,u8 flags,void * tvlv_value,u16 tvlv_value_len),int (* uptr)(struct batadv_priv * bat_priv,u8 * src,u8 * dst,void * tvlv_value,u16 tvlv_value_len),int (* mptr)(struct batadv_priv * bat_priv,struct sk_buff * skb),u8 type,u8 version,u8 flags) batadv_tvlv_handler_register() argument 727 batadv_tvlv_unicast_send(struct batadv_priv * bat_priv,const u8 * src,const u8 * dst,u8 type,u8 version,void * tvlv_value,u16 tvlv_value_len) batadv_tvlv_unicast_send() argument [all...] |