Searched refs:nmh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dtcp.c694 static int o2net_handler_cmp(struct o2net_msg_handler *nmh, u32 msg_type, argument
697 int ret = memcmp(&nmh->nh_key, &key, sizeof(key));
700 ret = memcmp(&nmh->nh_msg_type, &msg_type, sizeof(msg_type));
711 struct o2net_msg_handler *nmh, *ret = NULL; local
716 nmh = rb_entry(parent, struct o2net_msg_handler, nh_node);
717 cmp = o2net_handler_cmp(nmh, msg_type, key);
724 ret = nmh;
739 struct o2net_msg_handler *nmh; local
740 nmh = container_of(kref, struct o2net_msg_handler, nh_kref);
742 kfree(nmh);
745 o2net_handler_put(struct o2net_msg_handler *nmh) argument
757 struct o2net_msg_handler *nmh = NULL; local
828 struct o2net_msg_handler *nmh, *n; local
844 struct o2net_msg_handler *nmh; local
1136 struct o2net_msg_handler *nmh = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c277 struct nlmsghdr *nmh = (struct nlmsghdr *) buf; local
381 nfnl_fill_hdr(nfnlssh, nmh, 0, AF_UNSPEC, 0, OSF_MSG_REMOVE, NLM_F_REQUEST);
383 nfnl_fill_hdr(nfnlssh, nmh, 0, AF_UNSPEC, 0, OSF_MSG_ADD, NLM_F_REQUEST | NLM_F_CREATE);
385 nfnl_addattr_l(nmh, sizeof(buf), OSF_ATTR_FINGER, &f, sizeof(struct xt_osf_user_finger));
387 return nfnl_talk(nfnlh, nmh, 0, 0, NULL, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/utils/
H A Dnfnl_osf.c277 struct nlmsghdr *nmh = (struct nlmsghdr *) buf; local
381 nfnl_fill_hdr(nfnlssh, nmh, 0, AF_UNSPEC, 0, OSF_MSG_REMOVE, NLM_F_REQUEST);
383 nfnl_fill_hdr(nfnlssh, nmh, 0, AF_UNSPEC, 0, OSF_MSG_ADD, NLM_F_REQUEST | NLM_F_CREATE);
385 nfnl_addattr_l(nmh, sizeof(buf), OSF_ATTR_FINGER, &f, sizeof(struct xt_osf_user_finger));
387 return nfnl_talk(nfnlh, nmh, 0, 0, NULL, NULL, NULL);

Completed in 130 milliseconds