Searched refs:ifnamelen (Results 1 – 3 of 3) sorted by relevance
331 match = !strncmp(hook->ifname, dev->name, hook->ifnamelen); in nft_netdev_event()
1987 return strlen(hook->ifname) >= hook->ifnamelen; in hook_is_prefix() 2366 hook->ifnamelen = strlen(hook->ifname) + !prefix; in nft_netdev_hook_alloc() 2373 if (strncmp(dev->name, hook->ifname, hook->ifnamelen)) in nft_netdev_hook_alloc() 2398 min(hook->ifnamelen, this->ifnamelen))) in nft_hook_list_find() 9661 match = !strncmp(hook->ifname, dev->name, hook->ifnamelen); in nft_flowtable_event()
1224 u8 ifnamelen; member