Searched refs:bc_mode (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/team/
H A Dteam_mode_broadcast.c50 static const struct team_mode bc_mode = { variable in typeref:struct:team_mode
59 return team_mode_register(&bc_mode);
64 team_mode_unregister(&bc_mode);
/linux-master/net/tipc/
H A Dbcast.c599 static int tipc_bc_link_set_broadcast_mode(struct net *net, u32 bc_mode) argument
603 switch (bc_mode) {
654 u32 bc_mode; local
672 bc_mode = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST]);
673 err = tipc_bc_link_set_broadcast_mode(net, bc_mode);
H A Dlink.c2804 u32 bc_mode = tipc_bcast_get_mode(net); local
2841 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_BROADCAST, bc_mode))
2843 if (bc_mode & BCLINK_MODE_SEL)
/linux-master/net/ncsi/
H A Dncsi-pkt.h241 __be32 bc_mode; /* BC filter mode */ member in struct:ncsi_rsp_gp_pkt
H A Dncsi-rsp.c865 nc->modes[NCSI_MODE_BC].data[0] = ntohl(rsp->bc_mode);

Completed in 130 milliseconds