Lines Matching refs:__fl_common
66 struct flowi_common __fl_common;
67 #define flowi4_oif __fl_common.flowic_oif
68 #define flowi4_iif __fl_common.flowic_iif
69 #define flowi4_mark __fl_common.flowic_mark
70 #define flowi4_tos __fl_common.flowic_tos
71 #define flowi4_scope __fl_common.flowic_scope
72 #define flowi4_proto __fl_common.flowic_proto
73 #define flowi4_flags __fl_common.flowic_flags
74 #define flowi4_secid __fl_common.flowic_secid
75 #define flowi4_tun_key __fl_common.flowic_tun_key
76 #define flowi4_uid __fl_common.flowic_uid
77 #define flowi4_multipath_hash __fl_common.flowic_multipath_hash
129 struct flowi_common __fl_common;
130 #define flowi6_oif __fl_common.flowic_oif
131 #define flowi6_iif __fl_common.flowic_iif
132 #define flowi6_mark __fl_common.flowic_mark
133 #define flowi6_scope __fl_common.flowic_scope
134 #define flowi6_proto __fl_common.flowic_proto
135 #define flowi6_flags __fl_common.flowic_flags
136 #define flowi6_secid __fl_common.flowic_secid
137 #define flowi6_tun_key __fl_common.flowic_tun_key
138 #define flowi6_uid __fl_common.flowic_uid
156 struct flowi_common __fl_common;
160 #define flowi_oif u.__fl_common.flowic_oif
161 #define flowi_iif u.__fl_common.flowic_iif
162 #define flowi_mark u.__fl_common.flowic_mark
163 #define flowi_tos u.__fl_common.flowic_tos
164 #define flowi_scope u.__fl_common.flowic_scope
165 #define flowi_proto u.__fl_common.flowic_proto
166 #define flowi_flags u.__fl_common.flowic_flags
167 #define flowi_secid u.__fl_common.flowic_secid
168 #define flowi_tun_key u.__fl_common.flowic_tun_key
169 #define flowi_uid u.__fl_common.flowic_uid
179 return &(flowi4_to_flowi(fl4)->u.__fl_common);
189 return &(flowi6_to_flowi(fl6)->u.__fl_common);