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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c1419 int copied_early = 0; local
1695 copied_early = 1;
1728 sk_eat_skb(sk, skb, copied_early);
1729 copied_early = 0;
1737 sk_eat_skb(sk, skb, copied_early);
1738 copied_early = 0;
H A Dtcp_input.c5099 int copied_early = 0; local
5118 copied_early = 1;
5135 return copied_early;
5309 int copied_early = 0; local
5315 copied_early = 1;
5320 sock_owned_by_user(sk) && !copied_early) {
5343 if (copied_early)
5383 if (!copied_early || tp->rcv_nxt != tp->rcv_wup)
5387 if (copied_early)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsock.h1691 * @copied_early: flag indicating whether DMA operations copied this data early
1697 static inline void sk_eat_skb(struct sock *sk, struct sk_buff *skb, int copied_early) argument
1700 if (!copied_early)
1706 static inline void sk_eat_skb(struct sock *sk, struct sk_buff *skb, int copied_early) argument

Completed in 111 milliseconds