Continue the process of making a dscp_t variable available when setting .flowi4_tos. This series focuses on the BPF helpers that initialise a struct flowi4 manually. The objective is to eventually convert .flowi4_tos to dscp_t, (to get type annotation and prevent ECN bits from interfering with DSCP). Guillaume Nault (2): ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion. ipv4: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion. net/core/filter.c | 2 +- net/core/lwt_bpf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.39.2