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

/net/netfilter/ipvs/
H A Dip_vs_core.c679 * Packet has been made sufficiently writable in caller
932 unsigned int writable; local
982 writable = ciph.len;
984 pp, writable, sizeof(struct ipv6hdr));
1475 unsigned int offs_ciph, writable, verdict; local
1549 writable = ciph.len;
1552 writable += 2 * sizeof(__u16); /* Also mangle ports */
1554 verdict = ip_vs_icmp_xmit_v6(skb, cp, pp, writable, hooknum, &ciph);
/net/unix/
H A Daf_unix.c2212 * we set writable also when the other side has shut down the
2225 unsigned int mask, writable; local
2257 writable = unix_writable(sk);
2263 writable = 0;
2268 if (writable)

Completed in 73 milliseconds