Searched refs:nlp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dorigin.c32 struct origin *nlp; local
34 nlp = calloc(sizeof(struct origin), 1);
35 if (nlp == NULL)
38 nlp->nl_portid = nfnl_portid(nfct_nfnlh(h));
39 nlp->type = origin_type;
41 list_add(&nlp->head, &origin_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.h107 static __inline__ void isdn_net_add_to_bundle(isdn_net_dev *nd, isdn_net_local *nlp) argument
115 // printk(KERN_DEBUG "%s: lp:%s(%p) nlp:%s(%p) last(%p)\n",
116 // __func__, lp->name, lp, nlp->name, nlp, lp->last);
117 nlp->last = lp->last;
118 lp->last->next = nlp;
119 lp->last = nlp;
120 nlp->next = lp;
121 nd->queue = nlp;
H A Disdn_ppp.c1938 isdn_net_local *lp, *nlp; local
1951 nlp = is->lp;
1953 if( nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS ||
1956 nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS ?
1957 nlp->ppp_slot : lp->ppp_slot );
1962 isdn_net_add_to_bundle(p, nlp);
1964 ippp_table[nlp->ppp_slot]->unit = ippp_table[lp->ppp_slot]->unit;
1967 ippp_table[nlp
2128 isdn_net_local *nlp = ISDN_SLAVE_PRIV(mlp); local
[all...]
H A Disdn_net.c116 isdn_net_local *nlp; local
129 nlp = lp->next;
130 while (nlp != lp) {
131 if (!isdn_net_lp_busy(nlp)) {
135 nlp = nlp->next;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ded.c369 LINE *lp, *nlp; local
448 nlp = NULL;
506 nlp = (LINE *) malloc(sizeof(LINE) + lp->len + deltaLen);
508 if (nlp == NULL) {
513 nlp->len = lp->len + deltaLen;
515 memcpy(nlp->data, lp->data, offset);
517 memcpy(&nlp->data[offset], newStr, newLen);
519 memcpy(&nlp->data[offset + newLen],
523 nlp->next = lp->next;
524 nlp
1080 LINE *lp, *nlp, *plp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snit.c119 register struct nit_iflen *nlp; local
179 nlp = (struct nit_iflen *)cp;
180 cp += sizeof(*nlp);
185 caplen = nlp->nh_pktlen;
189 if (bpf_filter(p->fcode.bf_insns, cp, nlp->nh_pktlen, caplen)) {
192 h.len = nlp->nh_pktlen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_nl.c398 static int drbd_nl_primary(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
404 if (!primary_from_tags(mdev, nlp->tag_list, &primary_args)) {
415 static int drbd_nl_secondary(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
761 static int drbd_nl_disk_conf(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
796 if (!disk_conf_from_tags(mdev, nlp->tag_list, &nbc->dc)) {
1172 static int drbd_nl_detach(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
1179 static int drbd_nl_net_conf(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
1229 if (!net_conf_from_tags(mdev, nlp->tag_list, new_conf)) {
1416 static int drbd_nl_disconnect(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
1477 static int drbd_nl_resize(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, argument
1538 drbd_nl_syncer_conf(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1698 drbd_nl_invalidate(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1724 drbd_nl_invalidate_peer(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1733 drbd_nl_pause_sync(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1745 drbd_nl_resume_sync(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1757 drbd_nl_suspend_io(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1765 drbd_nl_resume_io(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1772 drbd_nl_outdate(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1779 drbd_nl_get_config(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1802 drbd_nl_get_state(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1825 drbd_nl_get_uuids(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1848 drbd_nl_get_timeout_flag(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1865 drbd_nl_start_ov(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1883 drbd_nl_new_c_uuid(struct drbd_conf *mdev, struct drbd_nl_cfg_req *nlp, struct drbd_nl_cfg_reply *reply) argument
1944 ensure_mdev(struct drbd_nl_cfg_req *nlp) argument
2018 struct drbd_nl_cfg_req *nlp = (struct drbd_nl_cfg_req *)req->data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_els.c2508 * @nlp: pointer to a node-list data structure.
2513 * NLP_NPR_2B_DISC bit is set in the @nlp's nlp_flag bitmap, ADISC IOCB
2518 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) argument
2523 if (!(nlp->nlp_flag & NLP_DELAY_TMO))
2526 nlp->nlp_flag &= ~NLP_DELAY_TMO;
2528 del_timer_sync(&nlp->nlp_delayfunc);
2529 nlp->nlp_last_elscmd = 0;
2530 if (!list_empty(&nlp->els_retry_evt.evt_listp)) {
2531 list_del_init(&nlp->els_retry_evt.evt_listp);
2532 /* Decrement nlp referenc
[all...]

Completed in 220 milliseconds