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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c349 struct bcm_msg_head msg_head; local
357 msg_head.opcode = TX_EXPIRED;
358 msg_head.flags = op->flags;
359 msg_head.count = op->count;
360 msg_head.ival1 = op->ival1;
361 msg_head.ival2 = op->ival2;
362 msg_head.can_id = op->can_id;
363 msg_head.nframes = 0;
365 bcm_send_to_user(op, &msg_head, NULL, 0);
526 struct bcm_msg_head msg_head; local
805 bcm_read_op(struct list_head *ops, struct bcm_msg_head *msg_head, int ifindex) argument
828 bcm_tx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, int ifindex, struct sock *sk) argument
990 bcm_rx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, int ifindex, struct sock *sk) argument
1242 struct bcm_msg_head msg_head; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dnetlink.c38 void *msg_head; local
52 msg_head = genlmsg_put(skb, 0, atomic_add_return(1, &seq),
54 if (!msg_head) {
77 genlmsg_end(skb, msg_head);

Completed in 40 milliseconds