Searched refs:pln (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
D | arpt_mangle.c | 17 int pln, hln; in target() local 24 pln = arp->ar_pln; in target() 35 if (ARPT_MANGLE_ADDR_LEN_MAX < pln || in target() 36 (arpptr + pln > skb_tail_pointer(skb))) in target() 38 memcpy(arpptr, &mangle->u_s.src_ip, pln); in target() 40 arpptr += pln; in target() 49 if (ARPT_MANGLE_ADDR_LEN_MAX < pln || in target() 50 (arpptr + pln > skb_tail_pointer(skb))) in target() 52 memcpy(arpptr, &mangle->u_t.tgt_ip, pln); in target()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_attr.c | 380 struct csio_lnode *pln = ln->pln; in csio_vport_set_state() local 384 csio_lnode_state_to_str(pln, state); in csio_vport_set_state() 390 if (!(pln->flags & CSIO_LNF_NPIVSUPP)) { in csio_vport_set_state() 407 struct csio_lnode *pln; in csio_fcoe_alloc_vnp() local 423 pln = ln->pln; in csio_fcoe_alloc_vnp() 424 ln->fcf_flowid = pln->fcf_flowid; in csio_fcoe_alloc_vnp() 425 ln->portid = pln->portid; in csio_fcoe_alloc_vnp() 428 pln->fcf_flowid, pln->vnp_flowid, 0, in csio_fcoe_alloc_vnp() 488 struct csio_lnode *pln; in csio_fcoe_free_vnp() local 505 pln = ln->pln; in csio_fcoe_free_vnp() [all …]
|
D | csio_lnode.h | 177 struct csio_lnode *pln; /* Parent lnode of child member 206 #define csio_parent_lnode(ln) ((ln)->pln) 212 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0) 213 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0)
|
D | csio_lnode.c | 1975 struct csio_lnode *rln, *pln; in csio_ln_init() local 2009 pln = csio_parent_lnode(ln); in csio_ln_init() 2010 kref_get(&pln->fcfinfo->kref); in csio_ln_init() 2011 ln->fcfinfo = pln->fcfinfo; in csio_ln_init() 2038 struct csio_lnode *pln; in csio_ln_exit() local 2042 pln = csio_parent_lnode(ln); in csio_ln_exit() 2043 kref_put(&pln->fcfinfo->kref, csio_free_fcfinfo); in csio_ln_exit() 2059 struct csio_lnode *pln) in csio_lnode_init() argument 2067 if (pln) in csio_lnode_init() 2068 ln->pln = pln; in csio_lnode_init() [all …]
|
D | csio_init.c | 601 bool probe, struct csio_lnode *pln) in csio_shost_init() argument 648 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
|