Lines Matching defs:geneve_opt
24 struct geneve_opt { struct25 __be16 opt_class;26 u8 type;28 u8 length:5;29 u8 r3:1;30 u8 r2:1;31 u8 r1:1;33 u8 r1:1;34 u8 r2:1;35 u8 r3:1;36 u8 length:5;60 struct geneve_opt options[]; argument