Home
last modified time | relevance | path

Searched refs:ng_attach_data (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_socket.c121 static int ng_attach_data(struct socket *so);
400 return (ng_attach_data(so)); in ngd_attach()
594 ng_attach_data(struct socket *so) in ng_attach_data() function