Searched refs:rep_buf (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | netlink.c | 43 struct sk_buff *rep_buf; in handle_cmd() local 55 rep_buf = tipc_cfg_do_cmd(req_userhdr->dest, cmd, in handle_cmd() 60 if (rep_buf) { in handle_cmd() 61 skb_push(rep_buf, hdr_space); in handle_cmd() 62 rep_nlh = nlmsg_hdr(rep_buf); in handle_cmd() 64 rep_nlh->nlmsg_len = rep_buf->len; in handle_cmd() 65 genlmsg_unicast(&init_net, rep_buf, NETLINK_CB(skb).pid); in handle_cmd()
|
D | config.c | 437 struct sk_buff *rep_buf; in cfg_named_msg_event() local 451 rep_buf = tipc_cfg_do_cmd(orig->node, in cfg_named_msg_event() 456 if (rep_buf) { in cfg_named_msg_event() 457 skb_push(rep_buf, sizeof(*rep_hdr)); in cfg_named_msg_event() 458 rep_hdr = (struct tipc_cfg_msg_hdr *)rep_buf->data; in cfg_named_msg_event() 460 rep_hdr->tcm_len = htonl(rep_buf->len); in cfg_named_msg_event() 463 rep_buf = *buf; in cfg_named_msg_event() 468 tipc_send_buf2port(port_ref, orig, rep_buf, rep_buf->len); in cfg_named_msg_event()
|