Searched refs:pgset (Results 1 – 7 of 7) sorted by relevance
6 function pgset() { function25 pgset "rem_device_all"27 pgset "add_device eth1"29 pgset "add_device eth2"46 pgset "$COUNT"47 pgset "$CLONE_SKB"48 pgset "$PKT_SIZE"49 pgset "$DELAY"50 pgset "dst 10.10.11.2"51 pgset "dst_mac 00:04:23:08:91:dc"[all …]
6 function pgset() { function25 pgset "rem_device_all"27 pgset "add_device eth1"45 pgset "$COUNT"46 pgset "$CLONE_SKB"47 pgset "$PKT_SIZE"48 pgset "$DELAY"50 pgset "flag IPDST_RND"51 pgset "dst_min 10.0.0.0"52 pgset "dst_max 10.255.255.255"[all …]
6 function pgset() { function25 pgset "rem_device_all"27 pgset "add_device eth1"46 pgset "$COUNT"47 pgset "$CLONE_SKB"48 pgset "$PKT_SIZE"49 pgset "$DELAY"51 pgset "flag IPDST_RND"52 pgset "dst_min 10.0.0.0"53 pgset "dst_max 10.255.255.255"[all …]
6 function pgset() { function26 pgset "rem_device_all"28 pgset "add_device eth1"47 pgset "$COUNT"48 pgset "$CLONE_SKB"49 pgset "$PKT_SIZE"50 pgset "$DELAY"51 pgset "dst6_min fec0::1"52 pgset "dst6_max fec0::FFFF:FFFF"54 pgset "dst_mac 00:04:23:08:91:dc"[all …]
6 function pgset() { function26 pgset "rem_device_all"28 pgset "add_device eth1"45 pgset "$COUNT"46 pgset "$CLONE_SKB"47 pgset "$PKT_SIZE"48 pgset "$DELAY"49 pgset "dst6 fec0::1"50 pgset "src6 fec0::2"51 pgset "dst_mac 00:04:23:08:91:dc"[all …]
90 function pgset() { function
114 This is done via the /proc interface, and most easily done via pgset119 pgset "clone_skb 1" sets the number of copies of the same packet120 pgset "clone_skb 0" use single SKB for all transmits121 pgset "burst 8" uses xmit_more API to queue 8 copies of the same124 pgset "pkt_size 9014" sets packet size to 9014125 pgset "frags 5" packet will consist of 5 fragments126 pgset "count 200000" sets number of packets to send, set to zero129 pgset "delay 5000" adds delay to hard_start_xmit(). nanoseconds131 pgset "dst 10.0.0.1" sets IP destination address134 pgset "dst_min 10.0.0.1" Same as dst[all …]