Searched refs:mcast_ifn (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dip_vs.h240 char mcast_ifn[IP_VS_IFNAME_MAXLEN]; member in struct:ip_vs_daemon_user
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c757 pr_info("sync thread started: state = MASTER, mcast_ifn = %s, "
800 pr_info("sync thread started: state = BACKUP, mcast_ifn = %s, "
835 int start_sync_thread(int state, char *mcast_ifn, __u8 syncid) argument
852 strlcpy(ip_vs_master_mcast_ifn, mcast_ifn,
863 strlcpy(ip_vs_backup_mcast_ifn, mcast_ifn,
H A Dip_vs_ctl.c2028 ret = start_sync_thread(dm->state, dm->mcast_ifn, dm->syncid);
2401 strlcpy(d[0].mcast_ifn, ip_vs_master_mcast_ifn, sizeof(d[0].mcast_ifn));
2406 strlcpy(d[1].mcast_ifn, ip_vs_backup_mcast_ifn, sizeof(d[1].mcast_ifn));
2865 const char *mcast_ifn, __be32 syncid)
2874 NLA_PUT_STRING(skb, IPVS_DAEMON_ATTR_MCAST_IFN, mcast_ifn);
2887 const char *mcast_ifn, __be32 syncid,
2897 if (ip_vs_genl_fill_daemon(skb, state, mcast_ifn, syncid))
2864 ip_vs_genl_fill_daemon(struct sk_buff *skb, __be32 state, const char *mcast_ifn, __be32 syncid) argument
2886 ip_vs_genl_dump_daemon(struct sk_buff *skb, __be32 state, const char *mcast_ifn, __be32 syncid, struct netlink_callback *cb) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h836 extern int start_sync_thread(int state, char *mcast_ifn, __u8 syncid);

Completed in 77 milliseconds