HomeSort by relevance Sort by last modified time
    Searched full:pktgen (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/tests/pktgen/
control 1 NAME = "Pktgen test"
8 pktgen is a high-performance testing tool included in the Linux kernel. Being
10 and NIC. pktgen can also be used to generate ordinary packets to test other
11 network devices. Especially of interest is the use of pktgen to test routers or
12 bridges which use the Linux network stack. Because pktgen is "in-kernel", it can
17 job.run_test('pktgen', eth='eth0', count=50000, clone_skb=0, tag='clone_skb_off')
18 job.run_test('pktgen', eth='eth0', count=50000, clone_skb=1, tag='clone_skb_on')
pktgen.py 6 class pktgen(test.test): class in inherits:test.test
11 if not os.path.exists('/proc/net/pktgen'):
12 utils.system('/sbin/modprobe pktgen')
13 if not os.path.exists('/proc/net/pktgen'):
14 raise error.TestError('pktgen not loaded')
17 self.pgdev = '/proc/net/pktgen/kpktgend_0'
26 self.ethdev='/proc/net/pktgen/' + eth
38 self.pgdev='/proc/net/pktgen/pgctrl'
  /external/iputils/
ipg 5 modprobe pktgen >& /dev/null
8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do
RELNOTES 352 [IPG]: handle pktgen setup in newer kernels.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 229 { "pktgen", dhd_pktgen, DHD_GET_VAR, DHD_SET_VAR,
230 "configure/report pktgen status (SDIO)\n"
596 dhd_pktgen_t pktgen; local
603 if ((ret = dhd_var_getbuf(dhd, "pktgen", NULL, 0, &ptr)) != 0)
605 memcpy(&pktgen, ptr, sizeof(pktgen));
607 if (pktgen.version != DHD_PKTGEN_VERSION) {
608 fprintf(stderr, "pktgen version mismatch (module %d app %d)\n",
609 pktgen.version, DHD_PKTGEN_VERSION);
619 miniopt_init(&opts, "pktgen", "", FALSE)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 90 /* For pktgen iovar */

Completed in 72 milliseconds