Lines Matching defs:geneve_opt
26 struct geneve_opt { struct27 __be16 opt_class;28 u8 type;30 u8 length:5;31 u8 r3:1;32 u8 r2:1;33 u8 r1:1;35 u8 r1:1;36 u8 r2:1;37 u8 r3:1;38 u8 length:5;40 u8 opt_data[];