Searched refs:proto_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dsock.c152 static LIST_HEAD(proto_list);
3976 list_add(&prot->node, &proto_list);
4038 return seq_list_start_head(&proto_list, *pos);
4043 return seq_list_next(v, &proto_list, pos);
4102 if (v == &proto_list)
/linux-master/tools/testing/selftests/net/
H A Dipsec.c2053 int proto_list[] = { IPPROTO_AH, IPPROTO_COMP, IPPROTO_ESP }; variable
2190 for (i = 0; i < ARRAY_SIZE(proto_list); i++) {
2191 if (write_proto_plan(test_desc_fd, proto_list[i]))

Completed in 126 milliseconds