Home
last modified time | relevance | path

Searched +defs:no +defs:sock (Results 1 – 1 of 1) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c200 struct socket *sock; member
284 static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho) in ntoh_seq()
296 static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no) in hton_seq()
1420 static int bind_mcastif_addr(struct socket *sock, struct net_device *dev) in bind_mcastif_addr()
1469 struct socket *sock; in make_send_sock() local
1526 struct socket *sock; in make_receive_sock() local
1573 ip_vs_send_async(struct socket *sock, const char *buffer, const size_t length) in ip_vs_send_async()
1588 ip_vs_send_sync_msg(struct socket *sock, struct ip_vs_sync_mesg *msg) in ip_vs_send_sync_msg()
1603 ip_vs_receive(struct socket *sock, char *buffer, const size_t buflen) in ip_vs_receive()