Searched refs:copied_early (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h1293 * @copied_early: flag indicating whether DMA operations copied this data early
1299 static inline void sk_eat_skb(struct sock *sk, struct sk_buff *skb, int copied_early) argument
1302 if (!copied_early)
1308 static inline void sk_eat_skb(struct sock *sk, struct sk_buff *skb, int copied_early) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp.c1132 int copied_early = 0; local
1387 copied_early = 1;
1420 sk_eat_skb(sk, skb, copied_early);
1421 copied_early = 0;
1429 sk_eat_skb(sk, skb, copied_early);
1430 copied_early = 0;
H A Dtcp_input.c4081 int copied_early = 0; local
4098 copied_early = 1;
4115 return copied_early;
4233 int copied_early = 0; local
4239 copied_early = 1;
4243 if (tp->ucopy.task == current && sock_owned_by_user(sk) && !copied_early) {
4266 if (copied_early)
4309 if (copied_early)

Completed in 56 milliseconds