inet_protosw
void inet_register_protosw(struct inet_protosw *p);
void inet_unregister_protosw(struct inet_protosw *p);
int inet6_register_protosw(struct inet_protosw *p);
void inet6_unregister_protosw(struct inet_protosw *p);
static struct inet_protosw inetsw_array[] =
void inet_register_protosw(struct inet_protosw *p)
struct inet_protosw *answer;
answer = list_entry(lh, struct inet_protosw, list);
void inet_unregister_protosw(struct inet_protosw *p)
struct inet_protosw *q;
struct inet_protosw *answer;
struct inet_protosw *answer;
int inet6_register_protosw(struct inet_protosw *p)
struct inet_protosw *answer;
answer = list_entry(lh, struct inet_protosw, list);
inet6_unregister_protosw(struct inet_protosw *p)
static struct inet_protosw pingv6_protosw = {
static struct inet_protosw rawv6_protosw = {
static struct inet_protosw tcpv6_protosw = {
static struct inet_protosw udpv6_protosw = {
static struct inet_protosw l2tp_ip_protosw = {
static struct inet_protosw l2tp_ip6_protosw = {
static struct inet_protosw mptcp_protosw = {
static struct inet_protosw mptcp_v6_protosw = {
static struct inet_protosw sctpv6_seqpacket_protosw = {
static struct inet_protosw sctpv6_stream_protosw = {
static struct inet_protosw sctp_seqpacket_protosw = {
static struct inet_protosw sctp_stream_protosw = {
static struct inet_protosw smc_inet6_protosw = {
static struct inet_protosw smc_inet_protosw = {