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 846 bool have_vtag; local in function:stge_start
868 have_vtag = vlan_has_tag(m0);
869 if (have_vtag)
974 if (have_vtag) {
if_bge.c 5177 bool have_vtag; local in function:bge_encap
5368 have_vtag = vlan_has_tag(m_head);
5369 if (have_vtag)
5453 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 20 milliseconds