Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 1 of 1) sorted by relevance

/net/batman-adv/
Ddistributed-arp-table.c1588 } *tl, _tl; in batadv_dat_get_dhcp_message_type() local
1592 while ((tl = skb_header_pointer(skb, offset, sizeof(_tl), &_tl))) { in batadv_dat_get_dhcp_message_type()
1593 if (tl->type == BATADV_DHCP_OPT_MSG_TYPE) in batadv_dat_get_dhcp_message_type()
1596 if (tl->type == BATADV_DHCP_OPT_END) in batadv_dat_get_dhcp_message_type()
1599 if (tl->type == BATADV_DHCP_OPT_PAD) in batadv_dat_get_dhcp_message_type()
1602 offset += tl->len + sizeof(_tl); in batadv_dat_get_dhcp_message_type()
1606 if (!tl || tl->type != BATADV_DHCP_OPT_MSG_TYPE || in batadv_dat_get_dhcp_message_type()
1607 tl->len != sizeof(_type)) in batadv_dat_get_dhcp_message_type()