if (esp_netif && strcmp(if_key, esp_netif_get_ifkey(esp_netif))==0) { esp_netif_list_unlock(); return esp_netif; } } while (NULL != (esp_netif = esp_netif_next_unsafe(esp_netif))); esp_netif_list_unlock(); return NULL; ...
Date: Mon, 01 Mar 2010 19:01:23 -0800 (PST) From: David Miller <davem@...emloft.net> To: bhutchings@...arflare.com Cc: mekaviraj@...il.com, netdev@...r.kernel.org Subject: Re: NETIF_F_FRAGLIST and NETIF_F_SG difference From: Ben Hutchings Date: Tue, 02 Mar 2010 02:...