Loading include/net/neighbour.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -151,7 +151,7 @@ struct neigh_table { void (*proxy_redo)(struct sk_buff *skb); void (*proxy_redo)(struct sk_buff *skb); char *id; char *id; struct neigh_parms parms; struct neigh_parms parms; /* HACK. gc_* shoul follow parms without a gap! */ /* HACK. gc_* should follow parms without a gap! */ int gc_interval; int gc_interval; int gc_thresh1; int gc_thresh1; int gc_thresh2; int gc_thresh2; Loading Loading
include/net/neighbour.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -151,7 +151,7 @@ struct neigh_table { void (*proxy_redo)(struct sk_buff *skb); void (*proxy_redo)(struct sk_buff *skb); char *id; char *id; struct neigh_parms parms; struct neigh_parms parms; /* HACK. gc_* shoul follow parms without a gap! */ /* HACK. gc_* should follow parms without a gap! */ int gc_interval; int gc_interval; int gc_thresh1; int gc_thresh1; int gc_thresh2; int gc_thresh2; Loading