Home
last modified time | relevance | path

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

/net/9p/
A Dprotocol.c106 if (c->proto_version == p9_proto_legacy) { in p9_msg_buf_size()
364 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
418 proto_version, in p9pdu_vreadf()
467 proto_version, in p9pdu_vreadf()
487 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
509 if ((proto_version != p9_proto_2000u) && in p9pdu_vreadf()
510 (proto_version != p9_proto_2000L)) in p9pdu_vreadf()
597 p9pdu_writef(pdu, proto_version, in p9pdu_vwritef()
630 proto_version, in p9pdu_vwritef()
652 proto_version, in p9pdu_vwritef()
[all …]
A Dclient.c76 switch (clnt->proto_version) { in p9_show_client_options()
144 clnt->proto_version = p9_proto_2000L; in parse_opts()
197 clnt->proto_version = p9_proto_legacy; in parse_opts()
211 clnt->proto_version = r; in parse_opts()
918 c->msize, c->proto_version); in p9_client_version()
920 switch (c->proto_version) { in p9_client_version()
949 c->proto_version = p9_proto_2000L; in p9_client_version()
951 c->proto_version = p9_proto_2000u; in p9_client_version()
953 c->proto_version = p9_proto_legacy; in p9_client_version()
1862 if (proto_version == p9_proto_2000u || in p9_client_statsize()
[all …]
A Dprotocol.h13 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
15 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
/net/hsr/
A Dhsr_netlink.c38 enum hsr_version proto_version; in hsr_newlink() local
98 proto_version = HSR_V0; in hsr_newlink()
105 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]); in hsr_newlink()
106 if (proto_version > HSR_V1) { in hsr_newlink()
114 proto_version = PRP_V1; in hsr_newlink()
123 proto_version, extack); in hsr_newlink()
A Dhsr_forward.c280 struct hsr_port *port, u8 proto_version) in hsr_fill_tag() argument
311 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ? in hsr_fill_tag()
/net/l2tp/
A Dl2tp_netlink.c189 int proto_version; in l2tp_nl_cmd_tunnel_create() local
213 proto_version = nla_get_u8(attrs[L2TP_ATTR_PROTO_VERSION]); in l2tp_nl_cmd_tunnel_create()
237 ret = l2tp_tunnel_create(fd, proto_version, tunnel_id, in l2tp_nl_cmd_tunnel_create()

Completed in 15 milliseconds