• Florian Westphal's avatar
    netfilter: conntrack: remove nf_ct_l4proto_find_get · 4a60dc74
    Florian Westphal authored
    Its now same as __nf_ct_l4proto_find(), so rename that to
    nf_ct_l4proto_find and use it everywhere.
    
    It never returns NULL and doesn't need locks or reference counts.
    
    Before this series:
    302824  net/netfilter/nf_conntrack.ko
     21504  net/netfilter/nf_conntrack_proto_gre.ko
    
      text	   data	    bss	    dec	    hex	filename
      6281	   1732	      4	   8017	   1f51	nf_conntrack_proto_gre.ko
    108356	  20613	    236	 129205	  1f8b5	nf_conntrack.ko
    
    After:
    294864  net/netfilter/nf_conntrack.ko
      text	   data	    bss	    dec	    hex	filename
    106979	  19557	    240	 126776	  1ef38	nf_conntrack.ko
    
    so, even with builtin gre, total size got reduced.
    Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
    Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
    4a60dc74
nf_conntrack_core.h 2.35 KB