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

  /src/sys/net/
if_ethersubr.c 1699 struct vlanid_list *vidp; local in function:ether_add_vlantag
1707 vidp = kmem_alloc(sizeof(*vidp), KM_SLEEP);
1708 vidp->vid = vid;
1712 SIMPLEQ_INSERT_TAIL(&ec->ec_vids, vidp, vid_list);
1740 SIMPLEQ_REMOVE(&ec->ec_vids, vidp, vlanid_list, vid_list);
1749 kmem_free(vidp, sizeof(*vidp));
1758 struct vlanid_list *vidp; local in function:ether_del_vlantag
1762 SIMPLEQ_FOREACH(vidp, &ec->ec_vids, vid_list)
    [all...]
if_ethersubr.c 1699 struct vlanid_list *vidp; local in function:ether_add_vlantag
1707 vidp = kmem_alloc(sizeof(*vidp), KM_SLEEP);
1708 vidp->vid = vid;
1712 SIMPLEQ_INSERT_TAIL(&ec->ec_vids, vidp, vid_list);
1740 SIMPLEQ_REMOVE(&ec->ec_vids, vidp, vlanid_list, vid_list);
1749 kmem_free(vidp, sizeof(*vidp));
1758 struct vlanid_list *vidp; local in function:ether_del_vlantag
1762 SIMPLEQ_FOREACH(vidp, &ec->ec_vids, vid_list)
    [all...]

Completed in 22 milliseconds