Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.4.37.9/net/bridge/
Dbr_forward.c91 static void br_flood(struct net_bridge *br, struct sk_buff *skb, int clone, in br_flood() argument
97 if (clone) { in br_flood()
140 void br_flood_deliver(struct net_bridge *br, struct sk_buff *skb, int clone) in br_flood_deliver() argument
142 br_flood(br, skb, clone, __br_deliver); in br_flood_deliver()
146 void br_flood_forward(struct net_bridge *br, struct sk_buff *skb, int clone) in br_flood_forward() argument
148 br_flood(br, skb, clone, __br_forward); in br_flood_forward()
Dbr_private.h150 int clone);
153 int clone);
/linux-2.4.37.9/net/ipv4/
Dip_fragment.c581 struct sk_buff *clone; in ip_frag_reasm() local
584 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL) in ip_frag_reasm()
586 clone->next = head->next; in ip_frag_reasm()
587 head->next = clone; in ip_frag_reasm()
588 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list; in ip_frag_reasm()
592 clone->len = clone->data_len = head->data_len - plen; in ip_frag_reasm()
593 head->data_len -= clone->len; in ip_frag_reasm()
594 head->len -= clone->len; in ip_frag_reasm()
595 clone->csum = 0; in ip_frag_reasm()
596 clone->ip_summed = head->ip_summed; in ip_frag_reasm()
[all …]
Draw.c158 struct sk_buff *clone; in raw_v4_input() local
162 clone = skb_clone(skb, GFP_ATOMIC); in raw_v4_input()
164 if (clone) in raw_v4_input()
165 raw_rcv(sk, clone); in raw_v4_input()
/linux-2.4.37.9/net/ipv6/
Dreassembly.c620 struct sk_buff *clone; in ip6_frag_reasm() local
623 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL) in ip6_frag_reasm()
625 clone->next = head->next; in ip6_frag_reasm()
626 head->next = clone; in ip6_frag_reasm()
627 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list; in ip6_frag_reasm()
631 clone->len = clone->data_len = head->data_len - plen; in ip6_frag_reasm()
632 head->data_len -= clone->len; in ip6_frag_reasm()
633 head->len -= clone->len; in ip6_frag_reasm()
634 clone->csum = 0; in ip6_frag_reasm()
635 clone->ip_summed = head->ip_summed; in ip6_frag_reasm()
[all …]
/linux-2.4.37.9/net/core/
Dskbuff.c882 struct sk_buff *clone = NULL; in __pskb_pull_tail() local
899 clone = skb_clone(list, GFP_ATOMIC); in __pskb_pull_tail()
900 if (clone == NULL) in __pskb_pull_tail()
903 list = clone; in __pskb_pull_tail()
910 if (clone) in __pskb_pull_tail()
911 kfree_skb(clone); in __pskb_pull_tail()
924 if (clone) { in __pskb_pull_tail()
925 clone->next = list; in __pskb_pull_tail()
926 skb_shinfo(skb)->frag_list = clone; in __pskb_pull_tail()
/linux-2.4.37.9/drivers/net/
Dde620.c190 static int clone = DE620_CLONE; variable
198 MODULE_PARM(clone, "i");
204 MODULE_PARM_DESC(clone, "Check also for non-D-Link DE-620 clones (0-1)");
965 if (!clone && (wrd != htons(0x0080))) /* Valid D-Link ether sequence? */ in read_eeprom()
971 if (!clone && ((wrd & 0xff) != 0xc8)) /* Valid D-Link ether sequence? */ in read_eeprom()
/linux-2.4.37.9/Documentation/BK-usage/
Dbk-kernel-howto.txt55 BitKeeper is derived. As mentioned earlier, each clone has a parent,
56 the tree used as the source when the new clone was created. In a
58 and the child is your local clone of that tree.
70 1) bk clone -q http://linux.bkbits.net/linux-2.5 linus-2.5
74 2) bk clone -ql linus-2.5 alpha-2.5
79 You only clone a tree -once-. After cloning the tree lives a long time
105 Currently the latest 2.5 tree is available via "bk clone $URL"
/linux-2.4.37.9/Documentation/sound/
DSoundblaster36 clone SB devices
/linux-2.4.37.9/include/asm-ia64/
Dunistd.h313 static inline _syscall2(pid_t,clone,unsigned long,flags,void*,sp);
/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c392 "__syscall(clone)" \n\ in arch_kernel_thread()
/linux-2.4.37.9/arch/sh64/kernel/
Dprocess.c642 static __inline__ _syscall2(int,clone,unsigned long,flags,unsigned long,newsp) in arch_kernel_thread()
645 reply = clone(flags | CLONE_VM, 0); in arch_kernel_thread()
/linux-2.4.37.9/Documentation/input/
Djoystick-parport.txt106 either a NES or NES clone and will work with this connection. SNES gamepads
123 Pinout for NES clone (db9) gamepads Pinout for NES clone (db15) gamepads
/linux-2.4.37.9/include/asm-cris/
Dunistd.h422 extern inline _syscall2(int,clone,unsigned long,flags,char *,esp) in _syscall0()
/linux-2.4.37.9/arch/ia64/kernel/
Dprocess.c519 tid = clone(flags | CLONE_VM, 0); in arch_kernel_thread()
/linux-2.4.37.9/arch/x86_64/kernel/
Dentry.S575 # clone now
/linux-2.4.37.9/Documentation/networking/
Dbaycom.txt20 however if you have a broken UART clone that does not have working
DDLINK.txt19 Some adapter "clones" will also work. Xircom is _not_ a clone...
D8139too.txt288 * Support wacky clone PCI ids (report from Norival Toniato Junior)
/linux-2.4.37.9/Documentation/
Ddevices.txt376 172 = /dev/usemaclone Semaphore clone device
1749 Arla is a free clone of the Andrew File System, AFS.
2455 6 = /dev/sbei/wanc00 WAN clone device, port 0, board 0
2456 7 = /dev/sbei/wanc01 WAN clone device, port 1, board 0
2457 8 = /dev/sbei/wanc02 WAN clone device, port 2, board 0
2458 9 = /dev/sbei/wanc03 WAN clone device, port 3, board 0
2465 16 = /dev/sbei/wanc10 WAN clone device, port 0, board 1
2466 17 = /dev/sbei/wanc11 WAN clone device, port 1, board 1
2467 18 = /dev/sbei/wanc12 WAN clone device, port 2, board 1
2468 19 = /dev/sbei/wanc13 WAN clone device, port 3, board 1
Drtc.txt7 actually have a Motorola MC146818 (or clone) on the board. This is the
Dparide.txt50 as well as most of the clone and no-name products on the market.
/linux-2.4.37.9/Documentation/x86_64/
Dmm.txt106 respect of failing fork/clone due memory fragmentation.
/linux-2.4.37.9/drivers/sound/
DCHANGELOG315 have an old SB Pro (the non-OPL-3 one) or a SB 2.0 clone which has a OPL-3.
/linux-2.4.37.9/
DREADME9 Linux is a Unix clone written from scratch by Linus Torvalds with

12