Searched refs:clone_skb (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlmp.c1207 struct sk_buff *clone_skb; local
1234 clone_skb = skb_clone(userdata, GFP_ATOMIC);
1235 if (!clone_skb) {
1240 irlap_unitdata_request(lap->irlap, clone_skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c47 * Renamed multiskb to clone_skb and cleaned up sending core for two distinct
48 * skb modes. A clone_skb=0 mode for Ben "ranges" work and a clone_skb != 0
50 * clone_skb=0 means all packets are allocated this also means ranges time
51 * stamps etc can be used. clone_skb=100 means 1 malloc is followed by 100
239 /* runtime counters relating to clone_skb */
254 int clone_skb; /* Use multiple SKBs during packet gen. If this number member in struct:pktgen_dev
258 * before creating a new packet, set clone_skb to 1024.
590 " frags: %d delay: %u clone_skb: %d ifname: %s\n",
593 pkt_dev->clone_skb, pkt_de
[all...]

Completed in 37 milliseconds