diff options
Diffstat (limited to 'include/net/flow.h')
| -rw-r--r-- | include/net/flow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index 9b582437fbea..6c469dbdb917 100644 --- a/include/net/flow.h +++ b/include/net/flow.h | |||
| @@ -93,6 +93,16 @@ static inline void flowi4_init_output(struct flowi4 *fl4, int oif, | |||
| 93 | fl4->fl4_dport = dport; | 93 | fl4->fl4_dport = dport; |
| 94 | fl4->fl4_sport = sport; | 94 | fl4->fl4_sport = sport; |
| 95 | } | 95 | } |
| 96 | |||
| 97 | /* Reset some input parameters after previous lookup */ | ||
| 98 | static inline void flowi4_update_output(struct flowi4 *fl4, int oif, __u8 tos, | ||
| 99 | __be32 daddr, __be32 saddr) | ||
| 100 | { | ||
| 101 | fl4->flowi4_oif = oif; | ||
| 102 | fl4->flowi4_tos = tos; | ||
| 103 | fl4->daddr = daddr; | ||
| 104 | fl4->saddr = saddr; | ||
| 105 | } | ||
| 96 | 106 | ||
| 97 | 107 | ||
| 98 | struct flowi6 { | 108 | struct flowi6 { |
