summaryrefslogtreecommitdiff
path: root/trafgen_l3.h
blob: e0c9a1cc3dbf0235aa49232a7a8d5f6c1154c6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#ifndef TRAFGEN_L3_H
#define TRAFGEN_L3_H

enum ip4_field {
	IP4_VER,
	IP4_IHL,
	IP4_DSCP,
	IP4_ECN,
	IP4_TOS,
	IP4_LEN,
	IP4_ID,
	IP4_FLAGS,
	IP4_MF,
	IP4_DF,
	IP4_FRAG_OFFS,
	IP4_TTL,
	IP4_PROTO,
	IP4_CSUM,
	IP4_SADDR,
	IP4_DADDR,
};

enum ip6_field {
	IP6_VER,
	IP6_CLASS,
	IP6_FLOW_LBL,
	IP6_LEN,
	IP6_NEXT_HDR,
	IP6_HOP_LIMIT,
	IP6_SADDR,
	IP6_DADDR,
};

extern void protos_l3_init(void);

#endif /* TRAFGEN_L2_H */
:17:54 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800 commit69973b830859bc6529a7a0468ba0d80ee5117826 (patch) tree5f11fe15ed9d9a3ab9c92242030e54b73ecdce45 /drivers/usb/early parent2e4333c14de06a333783d6812cf3c4998f78b0c8 (diff)
Linux 4.9
Diffstat (limited to 'drivers/usb/early')