• Arnaldo Carvalho de Melo's avatar
    o ipv4: use revised net module infrastructure · 8b97999a
    Arnaldo Carvalho de Melo authored
    Using sk_set_owner and having THIS_MODULE in the struct proto_ops
    registered with the core. The sk_set_owner cases are in the callers
    of tp->af_specific->syn_recv_sock so as to not have spurious extra
    sk_set_owner calls in the ipv6 code that reuses ipv4 code.
    8b97999a
af_inet.c 30.9 KB