Searched refs:rs_msg (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 599 struct rs_msg *msg; in ndisc_send_rs() 632 msg = (struct rs_msg *)skb_put(skb, sizeof(*msg)); in ndisc_send_rs() 633 *msg = (struct rs_msg) { in ndisc_send_rs() 968 struct rs_msg *rs_msg = (struct rs_msg *)skb_transport_header(skb); in ndisc_recv_rs() local 969 unsigned long ndoptlen = skb->len - sizeof(*rs_msg); in ndisc_recv_rs() 976 if (skb->len < sizeof(*rs_msg)) in ndisc_recv_rs() 997 if (!ndisc_parse_options(rs_msg->opt, ndoptlen, &ndopts)) { in ndisc_recv_rs()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 2408 to = lustre_msg_buf(nrs->rs_msg, 0, 0); in req_capsule_server_grow() 2409 from = lustre_msg_buf(rs->rs_msg, 0, 0); in req_capsule_server_grow() 2410 len = (char *)lustre_msg_buf(rs->rs_msg, offset, 0) - from; in req_capsule_server_grow() 2413 if (rs->rs_msg->lm_bufcount > offset + 1) { in req_capsule_server_grow() 2414 to = lustre_msg_buf(nrs->rs_msg, offset + 1, 0); in req_capsule_server_grow() 2415 from = lustre_msg_buf(rs->rs_msg, offset + 1, 0); in req_capsule_server_grow() 2416 offset = rs->rs_msg->lm_bufcount - 1; in req_capsule_server_grow() 2417 len = (char *)lustre_msg_buf(rs->rs_msg, offset, 0) + in req_capsule_server_grow() 2418 cfs_size_round(rs->rs_msg->lm_buflens[offset]) - from; in req_capsule_server_grow()
|
D | sec_null.c | 331 rs->rs_msg = rs->rs_repbuf; in null_alloc_rs()
|
D | niobuf.c | 371 LASSERT(req->rq_repmsg == rs->rs_msg); in ptlrpc_send_reply()
|
D | pack_generic.c | 351 req->rq_repmsg = rs->rs_msg; in lustre_pack_reply_v2() 353 lustre_init_msg_v2(rs->rs_msg, count, lens, bufs); in lustre_pack_reply_v2() 354 lustre_msg_add_version(rs->rs_msg, PTLRPC_MSG_VERSION); in lustre_pack_reply_v2()
|
D | sec_plain.c | 817 rs->rs_msg = lustre_msg_buf_v2(rs->rs_repbuf, PLAIN_PACK_MSG_OFF, 0); in plain_alloc_rs()
|
D | sec.c | 2116 (req->rq_reply_state && req->rq_reply_state->rs_msg)); in sptlrpc_svc_alloc_rs()
|
/linux-4.1.27/include/net/ |
D | ndisc.h | 70 struct rs_msg { struct
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 461 struct lustre_msg *rs_msg; /* reply message */ member
|