Searched refs:clone (Results 1 - 25 of 27) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_forward.c90 static void br_flood(struct net_bridge *br, struct sk_buff *skb, int clone, argument
96 if (clone) {
139 void br_flood_deliver(struct net_bridge *br, struct sk_buff *skb, int clone) argument
141 br_flood(br, skb, clone, __br_deliver);
145 void br_flood_forward(struct net_bridge *br, struct sk_buff *skb, int clone) argument
147 br_flood(br, skb, clone, __br_forward);
H A Dbr_private.h152 int clone);
155 int clone);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_fragment.c534 struct sk_buff *clone; local
537 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
539 clone->next = head->next;
540 head->next = clone;
541 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
545 clone->len = clone->data_len = head->data_len - plen;
546 head->data_len -= clone->len;
547 head->len -= clone->len;
548 clone
[all...]
H A Draw.c158 struct sk_buff *clone; local
162 clone = skb_clone(skb, GFP_ATOMIC);
164 if (clone)
165 raw_rcv(sk, clone);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dreassembly.c551 struct sk_buff *clone; local
554 if ((clone = alloc_skb(0, GFP_ATOMIC)) == NULL)
556 clone->next = head->next;
557 head->next = clone;
558 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list;
562 clone->len = clone->data_len = head->data_len - plen;
563 head->data_len -= clone->len;
564 head->len -= clone->len;
565 clone
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A DMakefile.sol252 if grep clone:ppp /etc/minor_perm; then :; else \
53 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2-6468 if grep clone:ppp /etc/minor_perm; then :; else \
69 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
/asus-wl-520gu-7.0.1.45/src/router/ppp/svr4/
H A DMakefile.sol252 if grep clone:ppp /etc/minor_perm; then :; else \
53 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2-6468 if grep clone:ppp /etc/minor_perm; then :; else \
69 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A DMakefile.sol252 if grep clone:ppp /etc/minor_perm; then :; else \
53 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2gcc50 if grep clone:ppp /etc/minor_perm; then :; else \
51 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2-6469 if grep clone:ppp /etc/minor_perm; then :; else \
70 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2gcc-6469 if grep clone:ppp /etc/minor_perm; then :; else \
70 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A DMakefile.sol252 if grep clone:ppp /etc/minor_perm; then :; else \
53 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2gcc50 if grep clone:ppp /etc/minor_perm; then :; else \
51 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2-6469 if grep clone:ppp /etc/minor_perm; then :; else \
70 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
H A DMakefile.sol2gcc-6469 if grep clone:ppp /etc/minor_perm; then :; else \
70 echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dskbuff.c335 * @skb: buffer to clone
536 /* We are no longer a clone, even if we were. */
849 struct sk_buff *clone = NULL; local
866 clone = skb_clone(list, GFP_ATOMIC);
867 if (clone == NULL)
870 list = clone;
877 if (clone)
878 kfree_skb(clone);
890 /* And insert new clone at head. */
891 if (clone) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dde620.c69 * If the current driver does not recognize a clone, try to change
185 * Make a clone skip the Ethernet-address range check:
186 * insmod de620.o clone=1
192 static int clone = DE620_CLONE;
200 MODULE_PARM(clone, "i");
206 MODULE_PARM_DESC(clone, "Check also for non-D-Link DE-620 clones (0-1)");
970 if (!clone && (wrd != htons(0x0080))) /* Valid D-Link ether sequence? */
976 if (!clone && ((wrd & 0xff) != 0xc8)) /* Valid D-Link ether sequence? */
190 static int clone = DE620_CLONE; variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dprocess.c376 "__syscall(clone)"
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dunistd.h301 static inline _syscall2(pid_t,clone,unsigned long,flags,void*,sp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dunistd.h301 static inline _syscall2(pid_t,clone,unsigned long,flags,void*,sp);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dunistd.h369 static inline _syscall2(int,clone,unsigned long,flags,char *,esp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dunistd.h369 static inline _syscall2(int,clone,unsigned long,flags,char *,esp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dprocess.c210 * <clone syscall>
473 tid = clone(flags | CLONE_VM, 0);

Completed in 143 milliseconds

12