summaryrefslogtreecommitdiff
path: root/ioexact.h
blob: c69552bf82f2aa33b2c831f94af2f7bafe444a4b (plain)
1
2
3
4
5
6
7
8
9
#ifndef IOEXACT_H
#define IOEXACT_H

#include <stdbool.h>

extern ssize_t read_exact(int fd, void *buf, size_t len, bool mayexit);
extern ssize_t write_exact(int fd, void *buf, size_t len, bool mayexit);

#endif /* IOEXACT_H */
inux/net-next.git/commit/net/ipv4/ip_sockglue.c?h=nds-private-remove&id=34b2cef20f19c87999fff3da4071e66937db9644'>ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8