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

  /src/sys/dev/hyperv/
if_hvn.c 1256 hvn_pullup_hdr(struct mbuf *m, int len) function in typeref:struct:mbuf *
1278 m = hvn_pullup_hdr(m, sizeof(*eh));
1293 m = hvn_pullup_hdr(m, off);
1314 m = hvn_pullup_hdr(m, off + sizeof(struct udphdr));
1333 m = hvn_pullup_hdr(m, off);
1481 m = hvn_pullup_hdr(m, sizeof(*evl));

Completed in 13 milliseconds