Searched defs:flowi_common (Results 1 – 2 of 2) sorted by relevance
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;[all …]
29 struct flowi_common { struct30 int flowic_oif;31 int flowic_iif;32 __u32 flowic_mark;33 __u8 flowic_tos;34 __u8 flowic_scope;35 __u8 flowic_proto;36 __u8 flowic_flags;40 __u32 flowic_secid;41 kuid_t flowic_uid;[all …]