• Arnaldo Carvalho de Melo's avatar
    LLC: use skb->cb to store the LLC events · c1d567a8
    Arnaldo Carvalho de Melo authored
    . this allows us to kill the shorlived kmalloc/kfree for events in the fast path.
    . because of this there is no need for the skb member in the event structs
    . use more labeled elements in the transition tables
    . simplify llc_sock proc routine
    . more kernedoc style comments
    . 
    . remove unused defines in llc_main.h
    
    . create llc_set_backlog_type and llc_backlog_type
    . 
    c1d567a8
llc_sap.c 6.59 KB