Home
last modified time | relevance | path

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

/net/9p/
Dprotocol.c29 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
94 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf() argument
144 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
186 errcode = p9pdu_readf(pdu, proto_version, "bdq", in p9pdu_vreadf()
200 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
220 p9pdu_readf(pdu, proto_version, "d", count); in p9pdu_vreadf()
235 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
254 proto_version, in p9pdu_vreadf()
287 p9pdu_readf(pdu, proto_version, "w", nwqid); in p9pdu_vreadf()
303 proto_version, in p9pdu_vreadf()
[all …]
Dclient.c57 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl()
63 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
73 switch (clnt->proto_version) { in p9_show_client_options()
141 clnt->proto_version = p9_proto_2000L; in parse_opts()
194 clnt->proto_version = p9_proto_legacy; in parse_opts()
208 clnt->proto_version = r; in parse_opts()
525 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_errors()
543 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
615 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_zc_errors()
631 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_zc_errors()
[all …]
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/
Dhsr_netlink.c35 enum hsr_version proto_version; in hsr_newlink() local
84 proto_version = HSR_V0; in hsr_newlink()
91 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]); in hsr_newlink()
92 if (proto_version > HSR_V1) { in hsr_newlink()
100 proto_version = PRP_V1; in hsr_newlink()
102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack); in hsr_newlink()
Dhsr_forward.c209 struct hsr_port *port, u8 proto_version) in hsr_fill_tag() argument
228 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ? in hsr_fill_tag()
/net/l2tp/
Dl2tp_netlink.c188 int proto_version; in l2tp_nl_cmd_tunnel_create() local
212 proto_version = nla_get_u8(attrs[L2TP_ATTR_PROTO_VERSION]); in l2tp_nl_cmd_tunnel_create()
236 ret = l2tp_tunnel_create(fd, proto_version, tunnel_id, in l2tp_nl_cmd_tunnel_create()