net_device 관련

asleea의 이미지

struct net_device net_dev; 
.
.
.
.
.
.
s->net_dev.init=plusb_net_init;
s->net_dev.priv=s;

여기서 net_device 구조체에서 init과 priv가 무엇을 뜻하는지 알고 싶습니다.