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

  /src/sys/dev/pci/
if_stge.c 833 bool have_vtag; local in function:stge_start
855 have_vtag = vlan_has_tag(m0);
856 if (have_vtag)
961 if (have_vtag) {
if_bge.c 5175 bool have_vtag; local in function:bge_encap
5366 have_vtag = vlan_has_tag(m_head);
5367 if (have_vtag)
5451 if (have_vtag) {
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 2025 bool have_vtag; local in function:pq3etsec_tx_offload
2030 have_vtag = vlan_has_tag(m);
2031 vtag = (have_vtag) ? vlan_get_tag(m) : 0;
2036 if (csum_flags == 0 && !have_vtag) {
2050 if (have_vtag) {

Completed in 30 milliseconds