Searched refs:protocols (Results 1 – 4 of 4) sorted by relevance
47 } protocols[] = { variable133 for (i = 0; i < ARRAY_SIZE(protocols); i++) { in main()134 if (write(protocolfd, protocols[i].decoder, in main()135 strlen(protocols[i].decoder)) == -1) in main()139 protocols[i].name, protocols[i].decoder, in main()140 i + 1, (int)ARRAY_SIZE(protocols)); in main()143 unsigned int scancode = rand() & protocols[i].mask; in main()144 unsigned int rc_proto = protocols[i].proto; in main()
81 static struct protocol *protocols[HASHSZ] = { NULL, }; variable132 p = protocols[hashnum((classid << 16) | (subclassid << 8) in names_protocol()274 p = protocols[h]; in new_protocol()286 p->next = protocols[h]; in new_protocol()287 protocols[h] = p; in new_protocol()
44 ip netns exec $ns cat /proc/net/protocols | awk '$1~/^MPTCP$/{print $3}'
26 The Linux kernel's implementation of SunRPC-based protocols hand-roll
Completed in 6 milliseconds