안녕하세요~~
지금 리눅스 커널의 socket함수의 흐름을 따라 들어가고 있습니다.
들어가다 보니 sys_socket에서 시작해서 sock_create로 들어가더군요.
안의 내용을 살피다 잘 이해가 않가는 부분ㅇ 있어 질문 올립니다.
함수 내의 구조체 중에
struct net_proto_family {
int family;
int (*create)(struct socket *sock, int protocol);
/* These are counters for the number of different methods of
each we support */
short authentication;