HomeSort by: relevance | last modified time | path
    Searched defs:vidp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_ethersubr.c 1737 struct vlanid_list *vidp; local in function:ether_add_vlantag
1745 vidp = kmem_alloc(sizeof(*vidp), KM_SLEEP);
1746 vidp->vid = vid;
1750 SIMPLEQ_INSERT_TAIL(&ec->ec_vids, vidp, vid_list);
1778 SIMPLEQ_REMOVE(&ec->ec_vids, vidp, vlanid_list, vid_list);
1787 kmem_free(vidp, sizeof(*vidp));
1796 struct vlanid_list *vidp; local in function:ether_del_vlantag
1800 SIMPLEQ_FOREACH(vidp, &ec->ec_vids, vid_list)
    [all...]

Completed in 12 milliseconds