Searched refs:lport (Results 1 – 11 of 11) sorted by relevance
| /include/scsi/ |
| A D | libfc.h | 812 lport->wwnn = wwnn; in fc_set_wwnn() 822 lport->wwpn = wwpn; in fc_set_wwpn() 833 if (state != lport->state) in fc_lport_state_enter() 834 lport->retry_count = 0; in fc_lport_state_enter() 835 lport->state = state; in fc_lport_state_enter() 847 if (!lport->stats) in fc_lport_init_stats() 858 free_percpu(lport->stats); in fc_lport_free_stats() 883 struct fc_lport *lport; in libfc_host_alloc() local 889 lport = shost_priv(shost); in libfc_host_alloc() 890 lport->host = shost; in libfc_host_alloc() [all …]
|
| A D | libfcoe.h | 263 void __fcoe_get_lesb(struct fc_lport *lport, struct fc_els_lesb *fc_lesb, 360 struct fc_lport *lport; member 368 struct net_device * (*get_netdev)(const struct fc_lport *lport); 377 static inline struct net_device *fcoe_get_netdev(const struct fc_lport *lport) in fcoe_get_netdev() argument 379 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev() 381 return (port->get_netdev) ? port->get_netdev(lport) : NULL; in fcoe_get_netdev() 385 void fcoe_check_wait_queue(struct fc_lport *lport, struct sk_buff *skb);
|
| /include/uapi/linux/netfilter/ |
| A D | xt_TPROXY.h | 15 __be16 lport; member 22 __be16 lport; member
|
| /include/net/netfilter/ |
| A D | nf_tproxy.h | 57 __be32 laddr, __be16 lport, struct sock *sk); 118 const __be16 lport,
|
| /include/net/ |
| A D | inet6_hashtables.h | 28 const u16 lport, in __inet6_ehashfn() argument 33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() 52 const struct in6_addr *laddr, const u16 lport,
|
| A D | inet_hashtables.h | 244 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() argument 247 return (lport + net_hash_mix(net)) & (bhash_size - 1); in inet_bhashfn() 367 const __be32 laddr, const __u16 lport,
|
| A D | inet_sock.h | 393 const __u16 lport, in __inet_ehashfn() argument 400 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
|
| A D | udp.h | 306 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport,
|
| /include/uapi/linux/ |
| A D | rds.h | 180 __be16 lport; member 191 __be16 lport; member
|
| /include/net/sctp/ |
| A D | sctp.h | 494 static inline int sctp_phashfn(struct net *net, __u16 lport) in sctp_phashfn() argument 496 return (net_hash_mix(net) + lport) & (sctp_port_hashsize - 1); in sctp_phashfn() 500 static inline int sctp_ep_hashfn(struct net *net, __u16 lport) in sctp_ep_hashfn() argument 502 return (net_hash_mix(net) + lport) & (sctp_ep_hashsize - 1); in sctp_ep_hashfn()
|
| /include/linux/ |
| A D | ntb.h | 677 int lport = ntb_port_number(ntb); in ntb_logical_port_number() local 680 if (lport < 0) in ntb_logical_port_number() 681 return lport; in ntb_logical_port_number() 684 if (lport <= ntb_peer_port_number(ntb, pidx)) in ntb_logical_port_number()
|
Completed in 35 milliseconds