Home
last modified time | relevance | path

Searched refs:portptr (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/netfilter/
Dnf_nat_proto.c44 __be16 *portptr, newport; in __udp_manip_pkt() local
49 portptr = &hdr->source; in __udp_manip_pkt()
53 portptr = &hdr->dest; in __udp_manip_pkt()
57 inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport, in __udp_manip_pkt()
62 *portptr = newport; in __udp_manip_pkt()
147 __be16 *portptr, newport, oldport; in tcp_manip_pkt() local
164 portptr = &hdr->source; in tcp_manip_pkt()
168 portptr = &hdr->dest; in tcp_manip_pkt()
171 oldport = *portptr; in tcp_manip_pkt()
172 *portptr = newport; in tcp_manip_pkt()
[all …]
/linux-5.19.10/drivers/nvme/host/
Dfc.c190 localport_to_lport(struct nvme_fc_local_port *portptr) in localport_to_lport() argument
192 return container_of(portptr, struct nvme_fc_lport, localport); in localport_to_lport()
196 remoteport_to_rport(struct nvme_fc_remote_port *portptr) in remoteport_to_rport() argument
198 return container_of(portptr, struct nvme_fc_rport, remoteport); in remoteport_to_rport()
358 struct nvme_fc_local_port **portptr) in nvme_fc_register_localport() argument
389 *portptr = &newrec->localport; in nvme_fc_register_localport()
438 *portptr = &newrec->localport; in nvme_fc_register_localport()
446 *portptr = NULL; in nvme_fc_register_localport()
463 nvme_fc_unregister_localport(struct nvme_fc_local_port *portptr) in nvme_fc_unregister_localport() argument
465 struct nvme_fc_lport *lport = localport_to_lport(portptr); in nvme_fc_unregister_localport()
[all …]
/linux-5.19.10/drivers/sh/maple/
Dmaple.c406 static int check_maple_device(struct device *device, void *portptr) in check_maple_device() argument
411 ds = portptr; in check_maple_device()
/linux-5.19.10/drivers/nvme/target/
Dfc.c1364 struct nvmet_fc_target_port **portptr) in nvmet_fc_register_targetport() argument
1430 *portptr = &newrec->fc_target_port; in nvmet_fc_register_targetport()
1440 *portptr = NULL; in nvmet_fc_register_targetport()