Skip to content
  • David S. Miller's avatar
    net: Make flowi ports AF dependent. · 6281dcc9
    David S. Miller authored
    
    
    Create two sets of port member accessors, one set prefixed by fl4_*
    and the other prefixed by fl6_*
    
    This will let us to create AF optimal flow instances.
    
    It will work because every context in which we access the ports,
    we have to be fully aware of which AF the flowi is anyways.
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    6281dcc9