Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Daironet4500_core.c1585 struct iphdr * ip_hdr; in awc_802_11_tx_find_path_and_post() local
1670 ip_hdr = (struct iphdr * ) ((( char * ) skb->data) + 14); in awc_802_11_tx_find_path_and_post()
1671 if (ip_hdr && skb->data[12] == 0x80 ){ in awc_802_11_tx_find_path_and_post()
1672 if (ip_hdr->tos & IPTOS_RELIABILITY && priv->ip_tos_reliability_rts) in awc_802_11_tx_find_path_and_post()
1675 if (ip_hdr->tos & IPTOS_THROUGHPUT && priv->ip_tos_troughput_no_retries) in awc_802_11_tx_find_path_and_post()