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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dnetlink.c43 struct sk_buff *rep_buf; local
50 rep_buf = tipc_cfg_reply_error_string(TIPC_CFG_NOT_NET_ADMIN);
52 rep_buf = tipc_cfg_do_cmd(req_userhdr->dest,
58 if (rep_buf) {
59 skb_push(rep_buf, hdr_space);
60 rep_nlh = nlmsg_hdr(rep_buf);
62 rep_nlh->nlmsg_len = rep_buf->len;
63 genlmsg_unicast(rep_buf, NETLINK_CB(skb).pid);
H A Dconfig.c503 struct sk_buff *rep_buf; local
517 rep_buf = tipc_cfg_do_cmd(orig->node,
522 if (rep_buf) {
523 skb_push(rep_buf, sizeof(*rep_hdr));
524 rep_hdr = (struct tipc_cfg_msg_hdr *)rep_buf->data;
526 rep_hdr->tcm_len = htonl(rep_buf->len);
529 rep_buf = *buf;
534 tipc_send_buf2port(port_ref, orig, rep_buf, rep_buf->len);

Completed in 53 milliseconds