Searched refs:pln (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/scsi/csiostor/ |
D | csio_attr.c | 392 struct csio_lnode *pln = ln->pln; in csio_vport_set_state() local 396 csio_lnode_state_to_str(pln, state); in csio_vport_set_state() 402 if (!(pln->flags & CSIO_LNF_NPIVSUPP)) { in csio_vport_set_state() 419 struct csio_lnode *pln; in csio_fcoe_alloc_vnp() local 435 pln = ln->pln; in csio_fcoe_alloc_vnp() 436 ln->fcf_flowid = pln->fcf_flowid; in csio_fcoe_alloc_vnp() 437 ln->portid = pln->portid; in csio_fcoe_alloc_vnp() 440 pln->fcf_flowid, pln->vnp_flowid, 0, in csio_fcoe_alloc_vnp() 500 struct csio_lnode *pln; in csio_fcoe_free_vnp() local 517 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 | 1992 struct csio_lnode *rln, *pln; in csio_ln_init() local 2026 pln = csio_parent_lnode(ln); in csio_ln_init() 2027 kref_get(&pln->fcfinfo->kref); in csio_ln_init() 2028 ln->fcfinfo = pln->fcfinfo; in csio_ln_init() 2055 struct csio_lnode *pln; in csio_ln_exit() local 2059 pln = csio_parent_lnode(ln); in csio_ln_exit() 2060 kref_put(&pln->fcfinfo->kref, csio_free_fcfinfo); in csio_ln_exit() 2076 struct csio_lnode *pln) in csio_lnode_init() argument 2084 if (pln) in csio_lnode_init() 2085 ln->pln = pln; in csio_lnode_init() [all …]
|
D | csio_init.c | 602 bool probe, struct csio_lnode *pln) in csio_shost_init() argument 649 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
|