Lines Matching defs:flowi_common
30 struct flowi_common { struct31 int flowic_oif;32 int flowic_iif;33 int flowic_l3mdev;34 __u32 flowic_mark;35 __u8 flowic_tos;36 __u8 flowic_scope;37 __u8 flowic_proto;38 __u8 flowic_flags;41 __u32 flowic_secid;42 kuid_t flowic_uid;66 struct flowi_common __fl_common; argument