Lines Matching defs:flowi_common
29 struct flowi_common { struct30 int flowic_oif;31 int flowic_iif;32 int flowic_l3mdev;33 __u32 flowic_mark;34 __u8 flowic_tos;35 __u8 flowic_scope;36 __u8 flowic_proto;37 __u8 flowic_flags;40 __u32 flowic_secid;41 kuid_t flowic_uid;65 struct flowi_common __fl_common; argument