def bind(self, groups=0, **kwarg): GenericNetlinkSocket.bind( self, 'devlink', devlinkcmd, groups, None, **kwarg )
def bind(self, groups=0, **kwarg): GenericNetlinkSocket.bind(self, self.genl_family, self.marshal_class.msg_map[0], groups, None, **kwarg)
def bind(self, groups=0, **kwarg): GenericNetlinkSocket.bind( self, 'nl80211', nl80211cmd, groups, None, **kwarg )
def bind(self): GenericNetlinkSocket.bind(self, 'TASKSTATS', taskstatsmsg)